Skip to content

Commit e18d5f4

Browse files
more fix
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent 81ab39e commit e18d5f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ services:
44
- docker
55

66
install:
7-
- "sh build_workers.sh"
8-
- "PATH=./bats/bin:$PATH"
7+
- "./build_workers.sh"
98

109
script:
11-
- "sh test.sh"
10+
- "./bats/bin/bats test.sh"

0 commit comments

Comments
 (0)