https://github.com/Microsoft/TypeScript
Raw File
Tip revision: c155de778a42a8a91ea1f2044e09c8ee0f6bb7fc authored by zhengbli on 01 March 2016, 01:11:01 UTC
Avoid removing indentation on a new line as trailing white spaces
Tip revision: c155de7
.travis.yml
language: node_js

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

sudo: false
back to top