1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Improve travis.yml and run on more subsets of node.js versions

This commit is contained in:
Gilad Peleg
2018-10-02 21:19:04 +03:00
parent a459d9b1c2
commit 05d010fe6d

View File

@@ -1,12 +1,14 @@
{
"language": "node_js",
"node_js": "8",
"services": [
"mongodb"
],
"script": [
"npm run build",
"npm run test"
]
}
sudo: false
language: node_js
node_js:
- 8
- 9
- 10
services:
- mongodb
cache:
directories:
- node_modules
script:
- npm run build
- npm run test