We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5eea85 commit 1a61445Copy full SHA for 1a61445
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
node_js:
3
-- '0.10'
+- 'node'
4
before_install:
5
-- npm install -g typescript@1.0
+- npm install -g typescript
6
script:
7
- npm test
0 commit comments