Skip to content

Commit 21d6f91

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55

66
install:
77
- "bash build_workers.sh"
8+
- "PATH=./bats/bin:$PATH"
89

910
script:
1011
- "bash test.sh"

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bats/bin/bats
1+
#!/usr/bin/env bats
22

33
@test "test c" {
44
sh tests/c/test_worker.sh

0 commit comments

Comments
 (0)