Skip to content

Commit

Permalink
Merge pull request #40 from lpgauth/upkeep/OTP-21
Browse files Browse the repository at this point in the history
OTP-21 support
  • Loading branch information
lpgauth authored Jul 20, 2018
2 parents 076cacf + 4980e55 commit 206a63b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cache:
directories:
- $HOME/.cache/rebar3
- $TRAVIS_BUILD_DIR/_build
install: true
language: erlang
notifications:
email: false
otp_release:
- 20.1
- 21.0.3
- 20.3
- 19.3
script: "make travis"
services:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{murmur, ".*",
{git, "https://github.com/lpgauth/murmur.git", {tag, "0.1.0"}}},
{shackle, ".*",
{git, "https://github.com/lpgauth/shackle.git", {tag, "0.6.0"}}}
{git, "https://github.com/lpgauth/shackle.git", {tag, "0.6.2"}}}
]}.

{edoc_opts, [
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
0},
{<<"shackle">>,
{git,"https://github.com/lpgauth/shackle.git",
{ref,"d8a837c36f6e675e91b7e78f249f233c78f45cd5"}},
{ref,"1cf730d86b918df5d390dcfce7f33f49de8e2084"}},
0}].

0 comments on commit 206a63b

Please sign in to comment.