Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-10-13 13:29:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-13 13:55:49 +0300
commitb2b933c1819aeb607eb08ade11fe63fb715b4c00 (patch)
tree7f52e72a1384b864ff2164375c95d17b53869c9a /.travis.yml
parent0e5813bfd455113c1d895ee1ba2e73acaaf1ecf5 (diff)
Update Travis config.
* remove `dist: trusty` since it's the default * disable email notifications
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 19c1aa903c..fbd6d7401a 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