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
This commit is contained in:
Trevor Brown 2019-05-11 09:56:04 -04:00
parent 59a9c03267
commit e03c6441a7

View File

@ -8,7 +8,7 @@ before_install:
- ./prepare-travis.sh
before_script:
- git clone https://github.com/sstephenson/bats.git /tmp/bats
- git clone https://github.com/bats-core/bats-core.git --branch v1.1.0 /tmp/bats
- export PATH=/tmp/bats/bin:$PATH
os: