mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
新增 - Travis.yml
This commit is contained in:
parent
f6708d8a22
commit
5d8d238d40
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "7.0"
|
||||
- "8.0"
|
||||
- "iojs"
|
||||
sudo: true
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
before_install:
|
||||
- npm i -g npm@version-number
|
||||
before_script:
|
||||
- npm install
|
@ -41,9 +41,10 @@
|
||||
"url": "https://github.com/Suwings/MCSManager"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
"start": "node app.js",
|
||||
"test": "node app.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user