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 2709481 commit e9d1d03Copy full SHA for e9d1d03
.travis.yml
@@ -1,8 +1,8 @@
1
language: bash
2
before_install:
3
- git clone --depth 1 https://github.com/sstephenson/bats.git
4
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
5
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gnu-sed; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install gnu-sed; fi
+
6
script:
7
- ./bats/bin/bats test/*.bats
8
os:
0 commit comments