You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-secret/.travis.yml

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