minmea/.travis.yml

11 lines
164 B
YAML
Raw Normal View History

2014-09-03 04:05:39 +08:00
language: c
compiler:
2014-09-03 20:18:58 +08:00
- gcc
- clang
install: sudo apt-get install check
2014-09-03 04:05:39 +08:00
script: make test
2014-09-03 20:07:41 +08:00
notifications:
2014-09-03 20:18:58 +08:00
email:
on_success: change
on_failure: change