Skip to content

Commit 7821387

Browse files
committed
Chore: Add Node 6.x to Travis (fixes eslint#99)
1 parent 663c140 commit 7821387

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ sudo: false
33
node_js:
44
- "0.12"
55
- 4
6+
- 6
7+
before_script:
8+
- npm install typescript@^1.7.3
69
after_success:
710
- npm run coveralls

0 commit comments

Comments
 (0)