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 81ab39e commit e18d5f4Copy full SHA for e18d5f4
.travis.yml
@@ -4,8 +4,7 @@ services:
4
- docker
5
6
install:
7
- - "sh build_workers.sh"
8
- - "PATH=./bats/bin:$PATH"
+ - "./build_workers.sh"
9
10
script:
11
- - "sh test.sh"
+ - "./bats/bin/bats test.sh"
0 commit comments