Skip to content

Commit

Permalink
Added erlang 18 to travis tests.
Browse files Browse the repository at this point in the history
Added Erlang 18.0/18.1/18.2 to .travis.yml and dded a target in Makefile
  • Loading branch information
Tobias Wiesenthal committed Feb 1, 2016
1 parent bfb2cdb commit 7b9384f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: erlang
script: "make travis"
otp_release:
- 18.2
- 18.1
- 18.0
- 17.1
- 17.0
- R16B03-1
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ R16B02: R16B
R16B03: R16B
R16B03-1: R16B
17: R16B
18: R16B

# SHARED

Expand Down

0 comments on commit 7b9384f

Please sign in to comment.