Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Release preparation (#61)
Browse files Browse the repository at this point in the history
* Build with OTP21
* Exclude elixir 1.5 with OTP21 from CI
  • Loading branch information
mkorszun authored Dec 3, 2018
1 parent cb277fc commit 5ac2960
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ elixir:
otp_release:
- 19.0
- 20.0
- 21.0

matrix:
exclude:
- elixir: 1.5
otp_release: 21

sudo: required

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The project currently provides the following functionality:

~~~elixir
def deps do
[{:gen_rmq, "~> 1.0.2"}]
[{:gen_rmq, "~> 1.1.0"}]
end
~~~

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GenRMQ.Mixfile do
use Mix.Project

@version "1.0.2"
@version "1.1.0"

def project do
[
Expand Down

0 comments on commit 5ac2960

Please sign in to comment.