Skip to content

Commit 7aacae9

Browse files
run on bash
1 parent 270052d commit 7aacae9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
language: bash
1+
language: generic
22
sudo: required
3+
addons:
4+
apt:
5+
packages:
6+
- bash
37
services:
48
- docker
59

610
install:
7-
- "./build_workers.sh"
11+
- "bash ./build_workers.sh"
812

913
script:
10-
- "./bats/bin/bats test.sh"
14+
- "bash ./bats/bin/bats test.sh"

0 commit comments

Comments
 (0)