Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit eb002f0

Browse files
author
Josh Price
committed
Require Elixir 1.2+
1 parent b6c17b1 commit eb002f0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
language: elixir
22
elixir:
3-
- 1.1
3+
- 1.2.3
44
otp_release:
5-
- 17.5
65
- 18.2
7-
8-
matrix:
9-
include:
10-
- elixir: 1.2
11-
otp_release: 18.2

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule GraphQL.Plug.Mixfile do
1111
[app: :plug_graphql,
1212
description: @description,
1313
version: @version,
14-
elixir: "~> 1.1",
14+
elixir: "~> 1.2",
1515
build_embedded: Mix.env == :prod,
1616
start_permanent: Mix.env == :prod,
1717
package: package,

0 commit comments

Comments
 (0)