https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f3179da3ff129746fd7b3e365580757237194a43 authored by Ron Buckton on 23 February 2016, 00:53:50 UTC
Fixed issue with test dependencies
Tip revision: f3179da
.travis.yml
language: node_js

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

sudo: false
back to top