aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-10-13 13:29:20 +0300
committerXhmikosR <[email protected]>2018-10-13 13:55:49 +0300
commitb2b933c1819aeb607eb08ade11fe63fb715b4c00 (patch)
tree7f52e72a1384b864ff2164375c95d17b53869c9a
parent0e5813bfd455113c1d895ee1ba2e73acaaf1ecf5 (diff)
downloadbootstrap-b2b933c1819aeb607eb08ade11fe63fb715b4c00.tar.xz
bootstrap-b2b933c1819aeb607eb08ade11fe63fb715b4c00.zip
Update Travis config.
* remove `dist: trusty` since it's the default * disable email notifications
-rw-r--r--.travis.yml3
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