Skip to content

Commit

Permalink
erlang 20 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
danikp committed Jul 15, 2017
1 parent 5202981 commit 55a25f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: erlang
sudo: false
otp_release:
# Test on all supported releases
- 20.0
- 19.3
- 19.2
- 19.1
- 19.0
- 18.3
- 18.2.1
Expand Down
2 changes: 1 addition & 1 deletion src/aleppo.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, aleppo,
[{description, "Aleppo: ALternative Erlang Pre-ProcessOr"},
{vsn, "0.9.1"},
{vsn, "0.9.2"},
{modules, []},
{applications, [kernel, stdlib]},
{registered, []},
Expand Down

0 comments on commit 55a25f1

Please sign in to comment.