Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
erlang 20 compatibility
  • Loading branch information
danikp committed Jul 15, 2017
1 parent 6b167fa commit 0e47ab2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,11 @@ language: erlang
sudo: false
otp_release:
# Test on all supported releases
- 20.0
- 19.3
- 19.2
- 19.1
- 19.0
- 18.0
- 17.5
- 17.4
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,4 +1,4 @@
{erl_opts, [debug_info]}.
{deps, [
{tiny_pq, ".*", {git, "git://github.com/ChicagoBoss/tiny_pq.git", {tag, "v0.8.15"}}}
{tiny_pq, ".*", {git, "https://github.com/ChicagoBoss/tiny_pq.git", {tag, "v0.8.16"}}}
]}.
2 changes: 1 addition & 1 deletion src/tinymq.app.src
@@ -1,7 +1,7 @@
{application, tinymq,
[
{description, "TinyMQ: a diminutive message queue"},
{vsn, "0.8.15"},
{vsn, "0.8.16"},
{registered, [tinymq]},
{modules, []},
{applications, [
Expand Down

0 comments on commit 0e47ab2

Please sign in to comment.