1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00
Files
TypeScript-Node-Starter/.travis.yml
2017-07-25 13:53:17 -07:00

12 lines
140 B
YAML

{
"language": "node_js",
"node_js": "8",
"services": [
"mongodb"
],
"script": [
"npm run build",
"npm run test"
]
}