Skip to content

Commit

Permalink
Migrate to rebar3 and use hackney from hex.pm GH#41
Browse files Browse the repository at this point in the history
  • Loading branch information
tverlaan committed Jul 28, 2017
1 parent 6aa389b commit 6c66d6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ deps
ebin
.rebar
log
_build
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ otp_release:
- 18.1
- 18.2
- 19.0
script: "rebar get-deps compile && rebar skip_deps=true eunit"
install:
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
script:
- ./rebar3 get-deps
- ./rebar3 compile
- ./rebar3 eunit
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [
{hackney, ".*", {git, "git://github.com/benoitc/hackney.git", {branch, "master"}}},
{hackney, "1.8.6"},
{exometer_core, ".*", {git, "git://github.com/Feuerlabs/exometer_core.git", "master"}}
]}.

0 comments on commit 6c66d6a

Please sign in to comment.