From 18b09842f9391fb1568aa46122c30d2cfb577557 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Fri, 17 Apr 2020 22:56:47 +0200 Subject: [PATCH 1/2] chore(ci): run Windows build on Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e90e0e39..e89faf18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,9 @@ matrix: - os: linux node_js: "10" env: JOB_PART=test + - os: windows + node_js: "10" + env: JOB_PART=test - os: linux node_js: "12" env: JOB_PART=test From f7bf2a31ea758309a256d8c01dfe6553985e1574 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Fri, 17 Apr 2020 22:58:19 +0200 Subject: [PATCH 2/2] chore(ci): drop AppVeyor --- .appveyor.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index bbaf34ec..00000000 --- a/.appveyor.yml +++ /dev/null @@ -1,21 +0,0 @@ -cache: - - node_modules - - "%LOCALAPPDATA%\\Yarn" - -environment: - nodejs_version: "10" - -platform: - - x86 - - x64 - -install: - - ps: Install-Product node $env:nodejs_version $env:platform - - yarn - -test_script: - - node --version - - yarn --version - - yarn run test - -build: off \ No newline at end of file