Skip to content

Commit

Permalink
Update Travis config.
Browse files Browse the repository at this point in the history
* remove `dist: trusty` since it's the default
* disable email notifications
  • Loading branch information
XhmikosR committed Oct 13, 2018
1 parent 0e5813b commit b2b933c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sudo: required
dist: trusty
addons:
chrome: stable
language: node_js
Expand Down Expand Up @@ -29,3 +28,5 @@ cache:
directories:
- node_modules
- vendor/bundle
notifications:
email: false

0 comments on commit b2b933c

Please sign in to comment.