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 b9378be commit 21d6f91Copy full SHA for 21d6f91
.travis.yml
@@ -5,6 +5,7 @@ services:
5
6
install:
7
- "bash build_workers.sh"
8
+ - "PATH=./bats/bin:$PATH"
9
10
script:
11
- "bash test.sh"
test.sh
@@ -1,4 +1,4 @@
1
-#!bats/bin/bats
+#!/usr/bin/env bats
2
3
@test "test c" {
4
sh tests/c/test_worker.sh
0 commit comments