diff --git a/.travis.yml b/.travis.yml index 318683a..6ea2eac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/rebar.config b/rebar.config index 82a3495..b6b8eea 100644 --- a/rebar.config +++ b/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"}}} ]}. diff --git a/src/tinymq.app.src b/src/tinymq.app.src index e2f7177..d0b8805 100644 --- a/src/tinymq.app.src +++ b/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, [