diff options
author | Jack Lloyd <[email protected]> | 2018-12-23 17:41:01 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-23 17:41:01 -0500 |
commit | 29e2272886f15320a84b1cccc55847daf1b371d7 (patch) | |
tree | 2416216b1eb703c05d0c9ec4d82f90f6b6b5453a | |
parent | b172317e21f7a049bcc44a599251a473f9f688fd (diff) |
In Travis, run OS X first
It is slower to startup and the overall build ends up waiting for these
last 2 builds. By running them in the front of the line they can overlap
with other builds.
-rw-r--r-- | src/scripts/ci/travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index fc917dca4..7f2be2f95 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -1,8 +1,8 @@ language: cpp os: - - linux - osx + - linux dist: xenial sudo: required |