From: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
/** Email created from pull request 165 (lumag:improve-build-3)
** https://github.com/Linaro/odp/pull/165
** Patch: https://github.com/Linaro/odp/pull/165.patch
** Base sha: 42184679185ce0c979e065349360167e3fce6ca0
** Merge commit sha: 38d800e8e4b3c89a118426f28490b2e87091e127
**/
.travis.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 6fbae4f2..38586242 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,7 +118,6 @@ install:
- sudo apt-get install linux-headers-`uname -r`
- sudo pip install coverage
- gem install asciidoctor
- - PATH=${PATH//:\.\/node_modules\/\.bin/}
# DPDK pktio. Note that cache must be purged if dpdk version changes.
- TARGET=${TARGET:-"x86_64-native-linuxapp-gcc"}
@@ -265,6 +264,8 @@ jobs:
- stage: test
env: TEST=doxygen
compiler: gcc
+ install:
+ - true
script:
# doxygen does not trap on warnings, check for them
here.
- ./bootstrap
@@ -274,6 +275,8 @@ jobs:
- stage: test
env: TEST=checkpatch
compiler: gcc
+ install:
+ - true
script:
- echo ${TRAVIS_COMMIT_RANGE};
- ODP_PATCHES=`echo ${TRAVIS_COMMIT_RANGE} | sed
's/\.//'`;