chore: stop testing macOS on Travis CI (#1979)

We will rely on our Concourse instance for that.

Change-Type: patch
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2018-01-22 11:37:24 -04:00 committed by Jonas Hermsmeier
parent e1ddbd300d
commit b0831f0b9d

View File

@ -47,15 +47,9 @@ matrix:
os: os:
- linux - linux
- osx
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH=/usr/local/opt/ccache/libexec:$PATH; fi - export HOST_OS="$TRAVIS_OS_NAME";
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
export HOST_OS="darwin";
else
export HOST_OS="$TRAVIS_OS_NAME";
fi
install: install:
- ./scripts/ci/install.sh -o $HOST_OS -r $TARGET_ARCH - ./scripts/ci/install.sh -o $HOST_OS -r $TARGET_ARCH