We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663c140 commit 7821387Copy full SHA for 7821387
.travis.yml
@@ -3,5 +3,8 @@ sudo: false
3
node_js:
4
- "0.12"
5
- 4
6
+ - 6
7
+before_script:
8
+ - npm install typescript@^1.7.3
9
after_success:
10
- npm run coveralls
0 commit comments