Turn travis email notifications back on.

Apparently the default is

on_success: change
on_failure: always

which seems reasonable.
This commit is contained in:
Jesse Beder
2016-04-01 20:27:26 -05:00
parent 883a1e8540
commit 091ddfa52d

View File

@@ -21,5 +21,3 @@ before_script:
script:
- make
- test/run-tests
notifications:
email: false