From ad98258647eb76e0f872fb632529ff65cbcfd8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Freny=C3=B3?= <26139379+bencefr@users.noreply.github.com> Date: Tue, 26 Feb 2019 10:18:05 +0100 Subject: [PATCH] disable windows/osx builds --- .travis.yml | 70 ++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6aa9836a..a6f307ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,41 +29,41 @@ matrix: env: NODE_VERSION="8.15.0" npm_config_runtime="electron" npm_config_target="2.0.6" npm_config_disturl="https://atom.io/download/electron" - os: linux env: NODE_VERSION="10.15.0" npm_config_runtime="electron" npm_config_target="4.0.1" npm_config_disturl="https://atom.io/download/electron" - - os: windows - env: NODE_VERSION="8.15.0" - - os: windows - env: NODE_VERSION="10.15.0" - - os: windows - env: NODE_VERSION="11.7.0" - - os: windows - env: NODE_VERSION="8.15.0" npm_config_runtime="electron" npm_config_target="2.0.6" npm_config_disturl="https://atom.io/download/electron" - - os: windows - env: NODE_VERSION="10.15.0" npm_config_runtime="electron" npm_config_target="4.0.1" npm_config_disturl="https://atom.io/download/electron" - - os: windows - env: NODE_ARCH="32" NODE_VERSION="8.15.0" - - os: windows - env: NODE_ARCH="32" NODE_VERSION="10.15.0" - - os: windows - env: NODE_ARCH="32" NODE_VERSION="11.7.0" - - os: windows - env: NODE_ARCH="32" NODE_VERSION="8.15.0" npm_config_runtime="electron" npm_config_target="2.0.6" npm_config_disturl="https://atom.io/download/electron" - - os: windows - env: NODE_ARCH="32" NODE_VERSION="10.15.0" npm_config_runtime="electron" npm_config_target="4.0.1" npm_config_disturl="https://atom.io/download/electron" - - os: osx - osx_image: xcode10.1 - env: NODE_VERSION="8.15.0" - - os: osx - osx_image: xcode10.1 - env: NODE_VERSION="10.15.0" - - os: osx - osx_image: xcode10.1 - env: NODE_VERSION="11.7.0" - - os: osx - osx_image: xcode10.1 - env: NODE_VERSION="8.15.0" npm_config_runtime="electron" npm_config_target="2.0.6" npm_config_disturl="https://atom.io/download/electron" - - os: osx - osx_image: xcode10.1 - env: NODE_VERSION="10.15.0" npm_config_runtime="electron" npm_config_target="4.0.1" npm_config_disturl="https://atom.io/download/electron" + # - os: windows + # env: NODE_VERSION="8.15.0" + # - os: windows + # env: NODE_VERSION="10.15.0" + # - os: windows + # env: NODE_VERSION="11.7.0" + # - os: windows + # env: NODE_VERSION="8.15.0" npm_config_runtime="electron" npm_config_target="2.0.6" npm_config_disturl="https://atom.io/download/electron" + # - os: windows + # env: NODE_VERSION="10.15.0" npm_config_runtime="electron" npm_config_target="4.0.1" npm_config_disturl="https://atom.io/download/electron" + # - os: windows + # env: NODE_ARCH="32" NODE_VERSION="8.15.0" + # - os: windows + # env: NODE_ARCH="32" NODE_VERSION="10.15.0" + # - os: windows + # env: NODE_ARCH="32" NODE_VERSION="11.7.0" + # - os: windows + # env: NODE_ARCH="32" NODE_VERSION="8.15.0" npm_config_runtime="electron" npm_config_target="2.0.6" npm_config_disturl="https://atom.io/download/electron" + # - os: windows + # env: NODE_ARCH="32" NODE_VERSION="10.15.0" npm_config_runtime="electron" npm_config_target="4.0.1" npm_config_disturl="https://atom.io/download/electron" + # - os: osx + # osx_image: xcode10.1 + # env: NODE_VERSION="8.15.0" + # - os: osx + # osx_image: xcode10.1 + # env: NODE_VERSION="10.15.0" + # - os: osx + # osx_image: xcode10.1 + # env: NODE_VERSION="11.7.0" + # - os: osx + # osx_image: xcode10.1 + # env: NODE_VERSION="8.15.0" npm_config_runtime="electron" npm_config_target="2.0.6" npm_config_disturl="https://atom.io/download/electron" + # - os: osx + # osx_image: xcode10.1 + # env: NODE_VERSION="10.15.0" npm_config_runtime="electron" npm_config_target="4.0.1" npm_config_disturl="https://atom.io/download/electron" before_install: - |