Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Apr 19, 2017
1 parent 3bae07b commit 46acb12
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
language: node_js
node_js:
- "6"
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"

branches:
only:
- master
- /^release\/.*$/

script:
- npm test

after_success:
- npm run coveralls

0 comments on commit 46acb12

Please sign in to comment.