mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-18 15:26:58 +00:00
20 lines
196 B
YAML
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
|