From ce88b6ad6464ba6e010aae1e86b265cbff2d1636 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 29 May 2015 09:32:52 -0500 Subject: [PATCH] Split up test/build commands to tell which specific step might be having problems. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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