Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Jun 10, 2021
1 parent 178d695 commit da8e24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ matrix:
dist: bionic
otp_release: 22.3

- os: linux
dist: xenial
otp_release: 21.3

- os: linux
dist: xenial
otp_release: 20.3

- os: linux
dist: xenial
otp_release: 19.3

- os: osx
osx_image: xcode12.2
language: generic
Expand Down
6 changes: 3 additions & 3 deletions rebar.config.script
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
IsRebar3 = erlang:function_exported(rebar3, main, 1),

Rebar2Deps = [
{lager, "3.9.2"},
{jsone, "1.5.2"},
{esq, "2.0.4"}
{lager, ".*", {git, "https://github.com/erlang-lager/lager.git", {tag, "3.9.2"}}},
{jsone, ".*", {git, "https://github.com/sile/jsone.git", {tag, "1.5.2"}}},
{esq, ".*", {git, "https://github.com/fogfish/esq.git", {tag, "2.0.4"}}}
],

case IsRebar3 of
Expand Down

0 comments on commit da8e24e

Please sign in to comment.