-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ matrix: | |
otp_release: 25.0 | ||
|
||
- os: osx | ||
osx_image: xcode12.2 | ||
osx_image: xcode12.4 | ||
language: generic | ||
env: | ||
- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true | ||
|
@@ -33,8 +33,7 @@ before_script: | |
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi | ||
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libsasl2-dev liblz4-dev libzstd-dev || true ; fi | ||
|
||
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install --force-bottle erlang || true; fi | ||
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install [email protected] lz4 zstd curl || true; fi | ||
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install erlang [email protected] lz4 zstd curl || true; fi | ||
|
||
- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3 | ||
|
||
|