1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

update to node 8 on travis

This commit is contained in:
Bowden Kelly
2017-07-25 13:53:17 -07:00
parent 235ba1daa9
commit 35d57819a6

View File

@@ -1,7 +1,7 @@
{
"language": "node_js",
"node_js": "6",
"node_js": "8",
"services": [
"mongodb"
],