diff options
author | Rene Rivera <grafikrobot@gmail.com> | 2015-05-29 09:32:52 -0500 |
---|---|---|
committer | Rene Rivera <grafikrobot@gmail.com> | 2015-08-05 09:19:36 -0500 |
commit | ce88b6ad6464ba6e010aae1e86b265cbff2d1636 (patch) | |
tree | 153473641b29784151e182741e800dc11aa5ba54 /.travis.yml | |
parent | f009d8724dfdbb4822c90bd0ea8a90280a6756af (diff) | |
download | boost-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.yml | 6 |
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 |