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