Skip to content

Commit cb7cc3c

Browse files
committed
Add lang and fix to use bats
1 parent a57b90b commit cb7cc3c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
before_install:
2-
- sudo add-apt-repository ppa:duggan/bats --yes
3-
- sudo apt-get update -qq
4-
- sudo apt-get install -qq bats
5-
script:
6-
- bats test/bats
1+
language: bash
2+
install: git clone --depth 1 https://github.com/sstephenson/bats.git
3+
script: PATH="./bats/bin:$PATH" test/bats

0 commit comments

Comments
 (0)