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: 360c1d34b52a2356619b9290811862b9de41de00
** Merge commit sha: b3c5b66f989f86f62c8d44471480599b93cac6c0
**/
.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/\.//'`;