minmea/.travis.yml
2017-08-15 10:09:48 +02:00

11 lines
164 B
YAML

language: c
compiler:
- gcc
- clang
install: sudo apt-get install check
script: make test
notifications:
email:
on_success: change
on_failure: change