diff options
| author | XhmikosR <[email protected]> | 2018-10-13 13:29:20 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-13 13:55:49 +0300 |
| commit | b2b933c1819aeb607eb08ade11fe63fb715b4c00 (patch) | |
| tree | 7f52e72a1384b864ff2164375c95d17b53869c9a | |
| parent | 0e5813bfd455113c1d895ee1ba2e73acaaf1ecf5 (diff) | |
| download | bootstrap-b2b933c1819aeb607eb08ade11fe63fb715b4c00.tar.xz bootstrap-b2b933c1819aeb607eb08ade11fe63fb715b4c00.zip | |
Update Travis config.
* remove `dist: trusty` since it's the default
* disable email notifications
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 19c1aa903..fbd6d7401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ sudo: required -dist: trusty addons: chrome: stable language: node_js @@ -29,3 +28,5 @@ cache: directories: - node_modules - vendor/bundle +notifications: + email: false |
