https://github.com/Microsoft/TypeScript
Raw File
Tip revision: cd2cf7d3c6ac93a5c14ff83c75387f149bdbe1a5 authored by Ron Buckton on 29 February 2016, 21:28:16 UTC
PR Feedback and defer makeUniqueName/getGeneratedNameForNode to printer.
Tip revision: cd2cf7d
.travis.yml
language: node_js

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

sudo: false
back to top