https://github.com/Microsoft/TypeScript
Raw File
Tip revision: a80a4ba0a42eec068ccf703743f44568f5f4f72f authored by Dan Quirk on 09 July 2015, 23:39:58 UTC
Add jake task for linting the compiler sources
Tip revision: a80a4ba
.travis.yml
language: node_js

node_js:
  - '0.10'

sudo: false
back to top