.travis.yml: don't spam so hard

This commit is contained in:
Kosma Moczek 2014-09-03 14:07:41 +02:00
parent 30d4f8151b
commit 7e8196367d

View File

@ -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