Modify travis and appveyor files.

This commit is contained in:
Viktor Kovacs 2021-03-27 09:15:33 +01:00
parent 5966c6ad64
commit fdf0211143
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
version: "{build}"
environment:
PYTHON: "C:\\Python38-x64"
nodejs_version: "12"
- PYTHON: "C:\\Python38-x64"
- nodejs_version: "14"
install:
- npm install