mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
Bump Elixir requirement to 1.7
This commit is contained in:
parent
1f4f716124
commit
cccd19a0fe
2 changed files with 1 additions and 10 deletions
|
@ -10,15 +10,6 @@ sudo: false
|
||||||
script: mix test
|
script: mix test
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- elixir: 1.5
|
|
||||||
otp_release: 19.3
|
|
||||||
- elixir: 1.5
|
|
||||||
otp_release: 20.3
|
|
||||||
- elixir: 1.6
|
|
||||||
otp_release: 19.3
|
|
||||||
- elixir: 1.6
|
|
||||||
otp_release: 20.3
|
|
||||||
- elixir: 1.6
|
|
||||||
otp_release: 21.0
|
otp_release: 21.0
|
||||||
- elixir: 1.7
|
- elixir: 1.7
|
||||||
otp_release: 19.3
|
otp_release: 19.3
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -9,7 +9,7 @@ defmodule Httparrot.Mixfile do
|
||||||
[
|
[
|
||||||
app: :httparrot,
|
app: :httparrot,
|
||||||
version: "1.2.0",
|
version: "1.2.0",
|
||||||
elixir: "~> 1.5",
|
elixir: "~> 1.7",
|
||||||
name: "HTTParrot",
|
name: "HTTParrot",
|
||||||
description: @description,
|
description: @description,
|
||||||
package: package(),
|
package: package(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue