mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
17 lines
229 B
YAML
17 lines
229 B
YAML
language: c
|
|
|
|
script:
|
|
- bats test
|
|
- ./lint.sh
|
|
|
|
before_install:
|
|
- ./prepare-travis.sh
|
|
|
|
before_script:
|
|
- git clone https://github.com/sstephenson/bats.git /tmp/bats
|
|
- export PATH=/tmp/bats/bin:$PATH
|
|
|
|
os:
|
|
- linux
|
|
- osx
|