Skip to content

Commit

Permalink
erlang 20 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
danikp committed Jul 15, 2017
1 parent f3d6b4d commit 276342c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
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 src/tiny_pq.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, tiny_pq,
[
{description, "TinyPQ: A simple priority queue based on gb_trees"},
{vsn, "0.8.15"},
{vsn, "0.8.16"},
{registered, [
]},
{modules, []},
Expand Down

0 comments on commit 276342c

Please sign in to comment.