TypeScript/.travis.yml
Wesley Wigham ea87bbaee6 Have travis build against node 5
Since it is the latest stable release, but 4 is the latest LTS release, we should have CI against both.
2015-11-04 15:48:44 -08:00

9 lines
73 B
YAML

language: node_js
node_js:
- 'stable'
- '4'
- '0.10'
sudo: false