asdf/.travis.yml
2016-04-24 22:39:24 +09:00

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