diff options
author | 2018-03-24 15:34:02 +0000 | |
---|---|---|
committer | 2018-03-24 16:34:02 +0100 | |
commit | c14e27dcdf01376eddb8bffb358776c33e842eb1 (patch) | |
tree | 9af8e307439f5f906b85cd23ccec867300f8580d | |
parent | Fix countdown text (diff) |
Made .travis.yml a bit more consistent (#44)
Reordered the location of `cache: pip` to be consistent with https://github.com/discord-python/bot/blob/master/.travis.yml on the bot, and disabled email notifications like the bot repo.
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ff7224de..39676ca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ branches: only: - "master" -cache: pip - install: - pip install -r requirements.txt - pip install -r requirements-ci.txt @@ -20,3 +18,8 @@ script: - coveralls after_success: - python deploy.py + +cache: pip + +notifications: + email: false |