Skip to content

Commit 124c75f

Browse files
authored
Erlang 21 (#4)
* add Erlang 21 to supported versions, drop old ones * use latest rebar2
1 parent 276342c commit 124c75f

File tree

3 files changed

+8
-25
lines changed

3 files changed

+8
-25
lines changed

.travis.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,11 @@ language: erlang
22
sudo: false
33
otp_release:
44
# Test on all supported releases
5-
- 20.0
5+
- 21.0
6+
- 20.3
67
- 19.3
7-
- 19.2
8-
- 19.1
9-
- 19.0
10-
- 18.0
8+
- 18.3
119
- 17.5
12-
- 17.4
13-
- 17.3
14-
- 17.1
15-
- 17.0
16-
- R16B03-1
17-
- R16B03
18-
- R16B02
19-
- R16B01
20-
- R16B
21-
- R15B03
22-
- R15B02
23-
- R15B01
24-
- R15B
2510

2611
script:
2712
- make

rebar

25.4 KB
Binary file not shown.

src/tiny_pq.app.src

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
{application, tiny_pq,
2-
[
1+
{application, tiny_pq, [
32
{description, "TinyPQ: A simple priority queue based on gb_trees"},
4-
{vsn, "0.8.16"},
5-
{registered, [
6-
]},
3+
{vsn, "0.8.17"},
4+
{registered, []},
75
{modules, []},
86
{applications, [
97
kernel,
108
stdlib
11-
]},
9+
]},
1210
{env, []}
13-
]}.
11+
]}.

0 commit comments

Comments
 (0)