Skip to content

Commit

Permalink
Require OTP 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjun committed Feb 12, 2020
1 parent d4d6750 commit 8e56cfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
language: elixir
elixir:
- 1.7
- 1.8
- 1.9
- 1.10
otp_release:
- 19.3
- 20.3
- 21.3
- 22.0
- 22.2
matrix:
exclude:
- elixir: 1.8
otp_release: 19.3
- elixir: 1.9
otp_release: 19.3
- elixir: 1.10
otp_release: 20.3
notifications:
email: false
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Slug.Mixfile do
[
app: :slugify,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.8",
name: "Slugify",
description: "Transform strings from any language to slugs for URLs, filenames or fun",
deps: deps(),
Expand Down

0 comments on commit 8e56cfc

Please sign in to comment.