Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4e0409

Browse files
committedSep 25, 2016
Build: Add Node 6.x to Travis (fixes eslint#99)
1 parent 663c140 commit a4e0409

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ sudo: false
33
node_js:
44
- "0.12"
55
- 4
6+
- 6
7+
before_script:
8+
- npm install -g npm-install-peers@'1.0.1-rc.2'
9+
- npm-install-peers
610
after_success:
711
- npm run coveralls

0 commit comments

Comments
 (0)
Please sign in to comment.