mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
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:
parent
59a9c03267
commit
e03c6441a7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user