Move osx builds to top of list
They take the longest, so let's get them going early on.
This commit is contained in:
parent
898e7f02df
commit
2dbe27d4b0
14
.travis.yml
14
.travis.yml
|
|
@ -9,6 +9,13 @@ env:
|
|||
- BUILD_OPENSSL_VERSION=1.0.1u
|
||||
matrix:
|
||||
include:
|
||||
# osx 32/64
|
||||
- os: osx
|
||||
env: TARGET=x86_64-apple-darwin
|
||||
- os: osx
|
||||
env: TARGET=i686-apple-darwin
|
||||
install: brew uninstall openssl && brew install openssl --universal
|
||||
|
||||
# ARM-bit version compat
|
||||
- env: >
|
||||
TARGET=arm-unknown-linux-gnueabihf
|
||||
|
|
@ -65,13 +72,6 @@ matrix:
|
|||
packages:
|
||||
- gcc-multilib
|
||||
|
||||
# osx 32/64
|
||||
- os: osx
|
||||
env: TARGET=x86_64-apple-darwin
|
||||
- os: osx
|
||||
env: TARGET=i686-apple-darwin
|
||||
install: brew uninstall openssl && brew install openssl --universal
|
||||
|
||||
|
||||
before_install:
|
||||
- ./openssl/test/build.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue