mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
e03c6441a7
We need to change the BATS we use to get around this issue: https://github.com/sstephenson/bats/issues/171
17 lines
248 B
YAML
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
|