mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
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:
parent
e1ddbd300d
commit
b0831f0b9d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user