Skip to content

Commit 712b646

Browse files
committed
#4 not relying on script executable flag
1 parent 9169872 commit 712b646

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
@@ -33,4 +33,4 @@ install:
3333
script:
3434
# - "ls ~/.linuxbrew/Cellar/*"
3535
- make -C build/linux/gmake config=release_x64
36-
- ./src/script/test.sh bin/linux/gmake/x64
36+
- /bin/bash -c ./src/script/test.sh bin/linux/gmake/x64

0 commit comments

Comments
 (0)