From 33011595242f1d87cefec8dabd9cf75a7c3e964e Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Sat, 13 Jan 2018 15:39:40 -0600 Subject: [PATCH] Try Travis build stages instead of a matrix --- .travis.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 103f7df97..e609d6aa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,13 @@ language: generic -matrix: +stages: +- linux +- osx + +jobs: include: - - os: linux + - stage: linux + os: linux dist: trusty sudo: false addons: @@ -15,7 +20,8 @@ matrix: before_install: - pwsh -c 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted' - pwsh -c 'Install-Module Pester -Scope CurrentUser' - - if: branch = develop + - stage: osx + if: branch = develop os: osx before_install: - brew update