Skip to content

Commit 66cf920

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)