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 a57b90b commit cb7cc3cCopy full SHA for cb7cc3c
.travis.yml
@@ -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
+language: bash
+install: git clone --depth 1 https://github.com/sstephenson/bats.git
+script: PATH="./bats/bin:$PATH" test/bats
0 commit comments