mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-10 13:07:37 +00:00
initial commit
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"language": "node_js",
|
||||
"node_js": "6",
|
||||
"services": [
|
||||
"mongodb"
|
||||
],
|
||||
"script": [
|
||||
"npm run build",
|
||||
"npm run test"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user