Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Dec 31, 2022
1 parent d69474b commit f2773a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit f2773a1

Please sign in to comment.