.travis.yml: don't spam so hard
This commit is contained in:
parent
30d4f8151b
commit
7e8196367d
@ -4,3 +4,7 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
install: sudo apt-get install check
|
install: sudo apt-get install check
|
||||||
script: make test
|
script: make test
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: change
|
||||||
|
on_failure: change
|
||||||
|
Loading…
Reference in New Issue
Block a user