Skip to content

Commit

Permalink
increase typescript version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
deerawan committed Dec 7, 2017
1 parent 6a6a8f5 commit 1aac8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: node_js
node_js:
- '4.2'
install:
- 'npm install -g typescript@1.6.2'
- 'npm install -g typescript@2.5.3'
- 'npm install'
script:
- 'tsc && node ./node_modules/vscode/bin/compile'
- 'npm test'
after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'

0 comments on commit 1aac8fa

Please sign in to comment.