]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Travis config.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 13 Oct 2018 10:29:20 +0000 (13:29 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 13 Oct 2018 10:55:49 +0000 (13:55 +0300)
* remove `dist: trusty` since it's the default
* disable email notifications

.travis.yml

index 19c1aa903caf0c4472dc6c63810fbdd7a9383e76..fbd6d7401ac777c311516a884ac5e02e0d8aa413 100644 (file)
@@ -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