https://github.com/Microsoft/TypeScript
Raw File
Tip revision: b1d88282ce4d56a79ae0f2aa5d53e392cb01e556 authored by Ron Buckton on 29 February 2016, 21:29:03 UTC
Remove transformCompatibleEmit flag and make it the default.
Tip revision: b1d8828
.travis.yml
language: node_js

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

sudo: false
back to top