From ce61dba4a4a83c96e0fc05cdf8dbf1c5facaf6cb Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 3 Sep 2020 12:01:07 +0100 Subject: [PATCH] Revert "chore: run electron main CI on linux (#3263)" This reverts commit ce0d0930432267af2a93d77cef8fdd9acf6faa9c. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 32a029e66a..76c6d8ccc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,6 +118,7 @@ jobs: - stage: test name: interop - electron-main + os: osx script: - npm run test:interop:electron-main -- $RUN_SINCE -- -- --bail --timeout 10000