https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 357171fb7cd194b37908d0db8eb078c9360e09ab authored by Ron Buckton on 17 February 2016, 00:12:00 UTC
PR feedback, switched to getEmitScriptTarget/getEmitModuleKind
Tip revision: 357171f
.travis.yml
language: node_js

node_js:
  - 'stable'
  - '4'
  - '0.10'

sudo: false
back to top