minmea/.travis.yml

11 lines
178 B
YAML
Raw Normal View History

2014-09-03 04:05:39 +08:00
language: c
compiler:
- 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:
email:
on_success: change
on_failure: change