From 4d34a837a5bc8a41bbcd5542118e9b2da1172030 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 17 Oct 2019 16:15:45 +0300 Subject: [PATCH 1/2] Remove Windows/OSX builds from Travis --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09673dd4..235d1302 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,14 +12,6 @@ os: matrix: fast_finish: true include: - - name: "Windows build" - os: windows - cache: false # windows cache uploads are slow - env: YARN_GPG=no # starts gpg-agent that never exits - - - name: "macOS build" - os: osx - # Version used to deploy to npm registry - name: "Production build" env: BUILD_ENV=production From ed8f4c6c572e62a4c6f98d8062166614e30efa2d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 17 Oct 2019 16:17:26 +0300 Subject: [PATCH 2/2] Update next node version in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 235d1302..6856b310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: env: BUILD_ENV=production # Next node version - - node_js: 11 # EOL: June 2019 + - node_js: 12 # EOL: April 2022 cache: yarn