Skip to content

Commit 49cc053

Browse files
committed
Fix travis
1 parent ac3f3c7 commit 49cc053

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ matrix:
66
include:
77
- os: linux
88
dist: bionic
9-
otp_release: 24.3.1
9+
otp_release: 25.3.2.6
1010

1111
- os: linux
1212
dist: focal
13-
otp_release: 25.2.1
13+
otp_release: 27.0
1414

1515
- os: linux
1616
dist: jammy
@@ -23,19 +23,20 @@ matrix:
2323
- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
2424
- HOMEBREW_NO_INSTALL_UPGRADE=true
2525
- HOMEBREW_NO_INSTALL_CLEANUP=true
26+
- HOMEBREW_NO_AUTO_UPDATE=true
2627
cache:
2728
directories:
2829
- $HOME/Library/Caches/Homebrew
2930
- /usr/local/Homebrew
3031

3132
before_script:
3233

33-
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi
34-
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libsasl2-dev liblz4-dev libzstd-dev || true ; fi
34+
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi
35+
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libsasl2-dev liblz4-dev libzstd-dev || true ; fi
36+
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install --force-bottle erlang [email protected] lz4 zstd curl || true; fi
3537

36-
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install erlang [email protected] lz4 zstd curl || true; fi
37-
38-
- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3
38+
- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3
3939

4040
script:
41-
- ./rebar3 compile
41+
42+
- ./rebar3 compile

0 commit comments

Comments
 (0)