Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dedevillela committed Jan 4, 2018
1 parent 71a3ab6 commit 2bced1f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
sudo: false
sudo: required
language: node_js

notifications:
email:
on_success: never
on_failure: change

branches:
only:
- master

cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '4'
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit 2bced1f

Please sign in to comment.