https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f948b141857b0bcc66c799dbb9d04fca66816e63 authored by Ron Buckton on 12 February 2016, 18:49:09 UTC
Adds the TypeScript transformer
Tip revision: f948b14
.travis.yml
language: node_js

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

sudo: false
back to top