mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
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.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 'stable'
|
||||
- '4'
|
||||
- '0.10'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user