Skip to content

Commit 81ab39e

Browse files
fix tests again
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent 21d6f91 commit 81ab39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

66
install:
7-
- "bash build_workers.sh"
7+
- "sh build_workers.sh"
88
- "PATH=./bats/bin:$PATH"
99

1010
script:
11-
- "bash test.sh"
11+
- "sh test.sh"

0 commit comments

Comments
 (0)