mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Update Travis config.
* remove `dist: trusty` since it's the default * disable email notifications
This commit is contained in:
parent
0e5813bfd4
commit
b2b933c181
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue