diff options
author | 2018-03-24 15:32:55 +0000 | |
---|---|---|
committer | 2018-03-24 16:32:55 +0100 | |
commit | 9d8355815a46e9474f65cdcf7e97e6ef1e85f470 (patch) | |
tree | 5ce804aa705442e35f4b1338a9eba8d5addc60c9 | |
parent | Update requirements-ci.txt (#36) (diff) |
Shortened .travis.yml slightly (#37)
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 18b0d5790..b368cabce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,4 @@ after_success: cache: pip notifications: - email: - on_success: never - on_failure: never + email: false |