diff options
| author | Ted Yin <tederminant@gmail.com> | 2018-02-03 23:18:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-03 23:18:03 -0500 |
| commit | 7a95221366f1a2aef9414ae7484242726bb812a1 (patch) | |
| tree | e44a0081dd11d64166af69139f0d66c2d67e0357 | |
| parent | d6c2105d37693ed0813311cd764170693d3a8b19 (diff) | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 51bd5a1..ba8ddf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: cpp +notifications: + email: false matrix: include: # works on Precise and Trusty |