mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-11-02 02:55:40 +08:00
Added basic Travis integration
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"language": "node_js",
|
||||
"node_js": "8",
|
||||
"script": [
|
||||
"npm run build",
|
||||
],
|
||||
"install": [
|
||||
"npm ci",
|
||||
],
|
||||
"services": [
|
||||
"redis-server",
|
||||
],
|
||||
}
|
||||
@ -4,6 +4,7 @@
|
||||
"description": "[✔]: assets/images/checkbox-small-blue.png",
|
||||
"main": "gen-pdf.js",
|
||||
"scripts": {
|
||||
"build": "node gen-pdf.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user