File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ matrix:
6
6
include :
7
7
- os : linux
8
8
dist : bionic
9
- otp_release : 24 .3.1
9
+ otp_release : 25 .3.2.6
10
10
11
11
- os : linux
12
12
dist : focal
13
- otp_release : 25.2.1
13
+ otp_release : 27.0
14
14
15
15
- os : linux
16
16
dist : jammy
@@ -23,19 +23,20 @@ matrix:
23
23
- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
24
24
- HOMEBREW_NO_INSTALL_UPGRADE=true
25
25
- HOMEBREW_NO_INSTALL_CLEANUP=true
26
+ - HOMEBREW_NO_AUTO_UPDATE=true
26
27
cache :
27
28
directories :
28
29
- $HOME/Library/Caches/Homebrew
29
30
- /usr/local/Homebrew
30
31
31
32
before_script :
32
33
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
35
37
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
39
39
40
40
script :
41
- - ./rebar3 compile
41
+
42
+ - ./rebar3 compile
You can’t perform that action at this time.
0 commit comments