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

Merge pull request #141 from pgilad/master

Improve travis.yml and run on more subsets of node.js versions
This commit is contained in:
Orta
2019-06-19 14:36:26 -07:00
committed by GitHub

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