asdf/.travis.yml
Trevor Brown e03c6441a7 Switch to latest version of BATS
We need to change the BATS we use to get around this issue:
https://github.com/sstephenson/bats/issues/171
2019-05-12 07:57:48 -04:00

17 lines
248 B
YAML

language: c
script:
- bats test
- ./lint.sh
before_install:
- ./prepare-travis.sh
before_script:
- git clone https://github.com/bats-core/bats-core.git --branch v1.1.0 /tmp/bats
- export PATH=/tmp/bats/bin:$PATH
os:
- linux
- osx