asdf/.travis.yml

9 lines
167 B
YAML
Raw Permalink Normal View History

2016-04-24 06:20:05 -07:00
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