From fdf021114367d25584a6960bb2726fb827d99be9 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 27 Mar 2021 09:15:33 +0100 Subject: [PATCH] Modify travis and appveyor files. --- .travis.yml | 5 +++-- appveyor.yml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2bfc2d..0b1b143 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index d1da6f5..296bd1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ version: "{build}" environment: - PYTHON: "C:\\Python38-x64" - nodejs_version: "12" + - PYTHON: "C:\\Python38-x64" + - nodejs_version: "14" install: - npm install