summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2015-05-29 09:32:52 -0500
committerRene Rivera <grafikrobot@gmail.com>2015-08-05 09:19:36 -0500
commitce88b6ad6464ba6e010aae1e86b265cbff2d1636 (patch)
tree153473641b29784151e182741e800dc11aa5ba54 /.travis.yml
parentf009d8724dfdbb4822c90bd0ea8a90280a6756af (diff)
downloadboost-ce88b6ad6464ba6e010aae1e86b265cbff2d1636.tar.gz
Split up test/build commands to tell which specific step might be having
problems.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 20a3b76d5e..72d8f4882b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
language: c
compiler:
- gcc
-script: ./bootstrap.sh && ./b2 -n && ./b2 -n -d0 status
+script:
+ - ./bootstrap.sh
+ - ./b2 -n
+ - cd status
+ - ./b2 -n -d0