File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ language: erlang
4
4
matrix :
5
5
6
6
include :
7
- - os : linux
8
- dist : bionic
9
- otp_release : 25.3.2.6
10
-
11
7
- os : linux
12
8
dist : focal
13
9
otp_release : 27.0
@@ -16,27 +12,15 @@ matrix:
16
12
dist : jammy
17
13
otp_release : 26.1.1
18
14
19
- - os : osx
20
- osx_image : xcode13.4
21
- language : generic
22
- env :
23
- - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
24
- - HOMEBREW_NO_INSTALL_UPGRADE=true
25
- - HOMEBREW_NO_INSTALL_CLEANUP=true
26
- - HOMEBREW_NO_AUTO_UPDATE=true
27
- cache :
28
- directories :
29
- - $HOME/Library/Caches/Homebrew
30
- - /usr/local/Homebrew
15
+ - os : linux
16
+ dist : noble
17
+ otp_release : 26.1.1
31
18
32
19
before_script :
33
20
34
21
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi
35
22
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y g++ make cmake || true ; fi
36
23
37
- - if [[ $TRAVIS_OS_NAME == osx ]]; then brew install --force-bottle erlang || true; fi
38
- - if [[ $TRAVIS_OS_NAME == osx ]]; then brew install cmake || true; fi
39
-
40
24
- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3
41
25
42
26
script :
You can’t perform that action at this time.
0 commit comments