From 0e47ab2ffb90d41885258e8940c3c8de9ba40637 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 15 Jul 2017 18:04:03 +0300 Subject: [PATCH] erlang 20 compatibility --- .travis.yml | 5 +++++ rebar.config | 2 +- src/tinymq.app.src | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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, [