Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Build darwin first
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed May 21, 2019
1 parent 9cfe648 commit 9851658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ dist: trusty
language: cpp
matrix:
include:
- os: osx
env: TARGET=darwin
- os: linux
env: TARGET=linux_x86_64
- os: linux
Expand All @@ -15,8 +17,6 @@ matrix:
env: TARGET=windows_x86
- os: linux
env: TARGET=windows_amd64
- os: osx
env: TARGET=darwin
before_script:
- if [[ ${TARGET:0:7} == "windows" ]]; then sudo dpkg --add-architecture i386; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
Expand Down

0 comments on commit 9851658

Please sign in to comment.