https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 6d273366d3d380b3e4bf0b2e70b5bde20955b06b authored by Ron Buckton on 23 February 2016, 00:10:32 UTC
Merged some changes from other branches.
Tip revision: 6d27336
.travis.yml
language: node_js

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

sudo: false
back to top