Skip to content

Commit c3864a8

Browse files
committed
Fix path to test b2 invocation (now that we cd to status).
1 parent ce88b6a commit c3864a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ script:
55
- ./bootstrap.sh
66
- ./b2 -n
77
- cd status
8-
- ./b2 -n -d0
8+
- ../b2 -n -d0

0 commit comments

Comments
 (0)