git-secret/.travis.yml
mail@sobolevn.me 874a4468d7 release
2016-03-13 13:27:36 +03:00

20 lines
196 B
YAML

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