https://github.com/Microsoft/TypeScript
Raw File
Tip revision: e5cd8fef21e9e2a618263675aca0185013c4537f authored by Ron Buckton on 23 February 2016, 19:35:26 UTC
Added temporary compat flag to control emit output to fix tests
Tip revision: e5cd8fe
.travis.yml
language: node_js

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

sudo: false
back to top