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

23 lines
328 B
YAML

language: c
env:
- SECRETS_GPG_COMMAND=gpg
- SECRETS_GPG_COMMAND=gpg2
branches:
only:
- master
- develop
install:
- test $SECRETS_GPG_COMMAND = gpg2 && sudo apt-get install gnupg2 || echo 0
- make install-test
script:
- make test
notifications:
email:
on_success: never
on_failure: change