Skip to content

Commit d6ae729

Browse files
committed
Update travis
1 parent 8a49aa6 commit d6ae729

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.travis.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ language: erlang
44
matrix:
55

66
include:
7-
- os: linux
8-
dist: bionic
9-
otp_release: 25.3.2.6
10-
117
- os: linux
128
dist: focal
139
otp_release: 27.0
@@ -16,27 +12,15 @@ matrix:
1612
dist: jammy
1713
otp_release: 26.1.1
1814

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
3118

3219
before_script:
3320

3421
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi
3522
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y g++ make cmake || true ; fi
3623

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

4226
script:

0 commit comments

Comments
 (0)