https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4a81dde12b59e28cee552b25ec61f025fb8f4d5a authored by Ron Buckton on 23 February 2016, 18:55:43 UTC
Fixed issue with smartindenter
Tip revision: 4a81dde
.travis.yml
language: node_js

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

sudo: false
back to top