https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 08036b7ef65dfbbe0634c4486282553c92bd6404 authored by Ron Buckton on 24 February 2016, 00:26:04 UTC
Fixed linter warnings, added comments and minor cleanup.
Tip revision: 08036b7
.travis.yml
language: node_js

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

sudo: false
back to top