Skip to content

Commit 8aa123b

Browse files
committed
Update travis
1 parent ee2f432 commit 8aa123b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
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,6 +23,7 @@ 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

src/ezstd.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{description,"zstd binding for erlang"},
33
{licenses, ["MIT"]},
44
{links,[{"GitHub","https://github.com/silviucpp/ezstd"}]},
5-
{vsn, "1.1.0"},
5+
{vsn, "1.2.0"},
66
{registered, []},
77
{applications, [
88
kernel,

0 commit comments

Comments
 (0)