We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d6f91 commit 81ab39eCopy full SHA for 81ab39e
.travis.yml
@@ -4,8 +4,8 @@ services:
4
- docker
5
6
install:
7
- - "bash build_workers.sh"
+ - "sh build_workers.sh"
8
- "PATH=./bats/bin:$PATH"
9
10
script:
11
- - "bash test.sh"
+ - "sh test.sh"
0 commit comments