mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Update Travis config.
* remove `dist: trusty` since it's the default * disable email notifications
This commit is contained in:
+2
-1
@@ -1,5 +1,4 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
language: node_js
|
language: node_js
|
||||||
@@ -29,3 +28,5 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
- vendor/bundle
|
- vendor/bundle
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|||||||
Reference in New Issue
Block a user