Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update erlang test #103

Merged
merged 3 commits into from
Aug 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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