Skip to content

Commit

Permalink
Bump version and elixir requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Oct 3, 2019
1 parent 3412e8b commit 5d14bc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: elixir
matrix:
include:
- otp_release: 21.0
elixir: 1.6
- otp_release: 21.0
elixir: 1.7
- otp_release: 21.0
elixir: 1.8
- otp_release: 22.0
elixir: 1.9
env:
- MIX_ENV=test
script:
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ defmodule Tentacat.Mixfile do
def project do
[
app: :tentacat,
version: "1.5.0",
elixir: "~> 1.6",
version: "1.6.0",
elixir: "~> 1.7",
name: "Tentacat",
description: @description,
package: package(),
Expand Down

0 comments on commit 5d14bc5

Please sign in to comment.