summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKevin Rocard <kevin.rocard@intel.com>2015-03-05 19:13:34 +0100
committerEric Laurent <elaurent@google.com>2015-04-24 13:32:47 -0700
commitfe6401ed98f5546040f29d8124046840468754fa (patch)
tree804bfdfe58882db08b0a09e8c66438cd717c4b07 /.travis.yml
parent9cd5890b76c3326b0fd60b475bc34dc1db4c8297 (diff)
downloadexternal_parameter-framework-fe6401ed98f5546040f29d8124046840468754fa.zip
external_parameter-framework-fe6401ed98f5546040f29d8124046840468754fa.tar.gz
external_parameter-framework-fe6401ed98f5546040f29d8124046840468754fa.tar.bz2
Reformat .travis.yml test commands
Do not execute tests if the build fails. Indent the commands for readability. Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b057aa..990f08c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,10 +18,14 @@ install:
# how to build
script:
- - cmake . && make -j && sudo make install
- - CTEST_OUTPUT_ON_FAILURE=1 make test
- - cd skeleton-subsystem
- - cmake . && make && sudo make install
+ - cmake . &&
+ make -j &&
+ sudo make install &&
+ CTEST_OUTPUT_ON_FAILURE=1 make test
+ - cd skeleton-subsystem &&
+ cmake . &&
+ make &&
+ sudo make install
notifications:
email: