1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 20:27:37 +00:00
Files
TypeScript-Node-Starter/.travis.yml
Bowden Kelly 6625b87b19 initial commit
2017-05-09 13:28:09 -07:00

12 lines
140 B
YAML

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