git-secret/.travis.yml
2016-02-21 16:26:17 +03:00

19 lines
182 B
YAML

language: c
sudo: false
branches:
only:
- master
install:
- make install-test
script:
- make test
notifications:
email:
on_success: never
on_failure: change