Skip to content

Commit

Permalink
Merge pull request #103 from getong/update_erlang_test
Browse files Browse the repository at this point in the history
update erlang test
  • Loading branch information
elbrujohalcon authored Aug 1, 2018
2 parents 74c9dc0 + feb43fc commit f168756
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sudo: false
language: erlang
otp_release:
- 19.2
- 21.0.3
- 20.3
- 19.3
before_install:
- ./ci before_install "${PWD:?}"/rebar3
install:
Expand Down
2 changes: 1 addition & 1 deletion ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ case "${1:?}" in
before_install)
## Travis CI does not support rebar3 yet. See https://github.com/travis-ci/travis-ci/issues/6506#issuecomment-275189490
Rebar3="${2:?}"
curl -f -L -o "${Rebar3:?}" https://github.com/erlang/rebar3/releases/download/3.3.5/rebar3
curl -f -L -o "${Rebar3:?}" https://github.com/erlang/rebar3/releases/download/3.6.1/rebar3
chmod +x "${Rebar3:?}"
;;
install)
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

{profiles, [
{test, [
{deps, [ {mixer, "1.0.0", {pkg, inaka_mixer}}
{deps, [ {mixer, "1.0.1", {pkg, inaka_mixer}}
, {seqbind, {git, "https://github.com/lpgauth/seqbind.git", {ref, "3a4b344"}}}
, {meck, "0.8.10"}
, {xref_runner, "1.1.0"}
, {meck, "0.8.11"}
, {xref_runner, "1.1.1"}
]}
]}
]}.
Expand Down

0 comments on commit f168756

Please sign in to comment.