summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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