We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1313e commit 1c52e3eCopy full SHA for 1c52e3e
.travis.yml
@@ -1,7 +1,7 @@
1
language: bash
2
3
before_script:
4
- - wget -qO- 'https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz' | tar -xC /tmp
+ - wget -qO- 'https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz' | tar -xzC /tmp
5
6
script:
7
- /tmp/bats-0.4.0/bin/bats tests.bats
0 commit comments