https://github.com/Microsoft/TypeScript
Revision c759b633d6e33754fb0cd4473759062ce920c4a2 authored by Ron Buckton on 20 February 2016, 01:01:02 UTC, committed by Ron Buckton on 20 February 2016, 01:01:02 UTC
1 parent dd2dc78
Raw File
Tip revision: c759b633d6e33754fb0cd4473759062ce920c4a2 authored by Ron Buckton on 20 February 2016, 01:01:02 UTC
Adds ES6 transformer
Tip revision: c759b63
.travis.yml
language: node_js

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

sudo: false
back to top