From a8c111dbb2c5ba692f62c75eac82da3364a62642 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Sun, 12 May 2019 16:01:02 -0400 Subject: [PATCH] Move darwin stage up --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1eaf22..66b66b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,12 +25,6 @@ jobs: script: - npm install - npm run build-desktop - - stage: "Non-darwin builds" - name: "Windows build" - script: - - npm install - - npm run build - - npm run build-desktop-win - stage: "Darwin builds" name: "macOS (all) build" if: os = osx @@ -38,6 +32,12 @@ jobs: - npm install - npm run build - npm run build-desktop-macos + - stage: "Non-darwin builds" + name: "Windows build" + script: + - npm install + - npm run build + - npm run build-desktop-win - stage: "Non-darwin builds" name: "Linux (all) build" script: