Skip to content

Commit

Permalink
fix(travis): support node v6
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed May 21, 2016
1 parent b869087 commit 689c1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- iojs
- 4
- 5
- 6

after_success:
- npm run cover
Expand Down

0 comments on commit 689c1ad

Please sign in to comment.