Skip to content

Commit

Permalink
Merge pull request #521 from Stratus3D/tb/new-bats-fork
Browse files Browse the repository at this point in the history
Switch to latest version of BATS
  • Loading branch information
Stratus3D authored May 12, 2019
2 parents 59a9c03 + e03c644 commit 70dfd45
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 70dfd45

Please sign in to comment.