Skip to content

Commit ce88b6a

Browse files
committed
Split up test/build commands to tell which specific step might be having
problems.
1 parent f009d87 commit ce88b6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: c
22
compiler:
33
- gcc
4-
script: ./bootstrap.sh && ./b2 -n && ./b2 -n -d0 status
4+
script:
5+
- ./bootstrap.sh
6+
- ./b2 -n
7+
- cd status
8+
- ./b2 -n -d0

0 commit comments

Comments
 (0)