TypeScript-Node-Starter/.travis.yml

12 строки
140 B
YAML

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