Skip to content

Commit

Permalink
chore(travis): Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Dec 6, 2016
1 parent b93c822 commit f65d553
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
- "7"
notifications:
email: false
after_success:
- npm run coveralls
- npm run codeclimate
before_install:
- npm i -g yarn
install:
- yarn

0 comments on commit f65d553

Please sign in to comment.