asdf/.travis.yml

17 lines
229 B
YAML
Raw Permalink Normal View History

2016-04-24 06:20:05 -07:00
language: c
script:
- bats test
- ./lint.sh
before_install:
2019-04-07 10:23:33 -07:00
- ./prepare-travis.sh
2016-04-24 06:20:05 -07:00
before_script:
- git clone https://github.com/sstephenson/bats.git /tmp/bats
- export PATH=/tmp/bats/bin:$PATH
2016-04-24 06:20:05 -07:00
os:
- linux
- osx