Skip to content

Commit

Permalink
Switch to latest version of BATS
Browse files Browse the repository at this point in the history
We need to change the BATS we use to get around this issue:
sstephenson/bats#171
  • Loading branch information
Stratus3D committed May 11, 2019
1 parent 59a9c03 commit 4108bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4108bbc

Please sign in to comment.