Skip to content

Commit c48159d

Browse files
author
Michael Schaefermeyer
committed
Relax Elixir version requirement
1 parent 1f77f27 commit c48159d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
language: elixir
2+
elixir:
3+
- 1.3
4+
- 1.4
5+
- 1.5
6+
- 1.6
7+
otp_release:
8+
- 19.3
9+
- 20.1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule CorsPlug.Mixfile do
55
[
66
app: :cors_plug,
77
version: "1.5.2",
8-
elixir: "~> 1.6",
8+
elixir: "~> 1.3",
99
deps: deps(),
1010
package: package(),
1111
description: description(),

0 commit comments

Comments
 (0)