disable email notifications for travis

This commit is contained in:
Adam C. Foltzer 2014-04-27 21:54:18 -07:00
parent 924de3f152
commit 8ad498ca57

View File

@ -5,4 +5,6 @@ install:
- cabal install Cabal
- make
script:
- make test
- make test
notifications:
email: false