Skip to content

Commit

Permalink
Bump elixir requirement to ~> 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Mar 29, 2020
1 parent 130cd54 commit 26b718a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: elixir
matrix:
include:
- otp_release: 21.0
elixir: 1.7
- otp_release: 21.0
elixir: 1.8
- otp_release: 22.0
elixir: 1.9
- otp_release: 22.0
elixir: 1.10
env:
- MIX_ENV=test
script:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Tentacat.Mixfile do
[
app: :tentacat,
version: "1.6.1",
elixir: "~> 1.7",
elixir: "~> 1.9",
name: "Tentacat",
description: @description,
package: package(),
Expand Down

0 comments on commit 26b718a

Please sign in to comment.