mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
19 lines
182 B
YAML
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
|