Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 7821387

Browse files
committed
Chore: Add Node 6.x to Travis (fixes #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)