We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f009d87 commit ce88b6aCopy full SHA for ce88b6a
.travis.yml
@@ -1,4 +1,8 @@
1
language: c
2
compiler:
3
- gcc
4
-script: ./bootstrap.sh && ./b2 -n && ./b2 -n -d0 status
+script:
5
+ - ./bootstrap.sh
6
+ - ./b2 -n
7
+ - cd status
8
+ - ./b2 -n -d0
0 commit comments