TypeScript/.travis.yml
Wesley Wigham c496c2f3c0 CI Against Node 4.1
Perf isn't as bad as 0.12, and it's the new LTS release series. TBH, we should probably also CI against `'node'` for the latest public version.
2015-10-01 18:56:36 -07:00

8 lines
62 B
YAML

language: node_js
node_js:
- '4.1'
- '0.10'
sudo: false