Modify travis and appveyor files.
This commit is contained in:
parent
5966c6ad64
commit
fdf0211143
@ -1,5 +1,8 @@
|
||||
language: node_js
|
||||
|
||||
env:
|
||||
- python
|
||||
|
||||
node_js:
|
||||
- "15"
|
||||
|
||||
@ -10,6 +13,4 @@ install:
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- python -V
|
||||
- npm run build
|
||||
- npm run test
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
version: "{build}"
|
||||
|
||||
environment:
|
||||
PYTHON: "C:\\Python38-x64"
|
||||
nodejs_version: "12"
|
||||
- PYTHON: "C:\\Python38-x64"
|
||||
- nodejs_version: "14"
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user