Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Nov 5, 2024
1 parent ac3f3c7 commit 49cc053
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ matrix:
include:
- os: linux
dist: bionic
otp_release: 24.3.1
otp_release: 25.3.2.6

- os: linux
dist: focal
otp_release: 25.2.1
otp_release: 27.0

- os: linux
dist: jammy
Expand All @@ -23,19 +23,20 @@ matrix:
- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
- HOMEBREW_NO_INSTALL_UPGRADE=true
- HOMEBREW_NO_INSTALL_CLEANUP=true
- HOMEBREW_NO_AUTO_UPDATE=true
cache:
directories:
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew

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 == 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 [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
- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3

script:
- ./rebar3 compile

- ./rebar3 compile

0 comments on commit 49cc053

Please sign in to comment.