mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 00:02:41 -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
|
||||
matrix:
|
||||
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
|
||||
- elixir: 1.7
|
||||
otp_release: 19.3
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -9,7 +9,7 @@ defmodule Httparrot.Mixfile do
|
|||
[
|
||||
app: :httparrot,
|
||||
version: "1.2.0",
|
||||
elixir: "~> 1.5",
|
||||
elixir: "~> 1.7",
|
||||
name: "HTTParrot",
|
||||
description: @description,
|
||||
package: package(),
|
||||
|
|
Loading…
Add table
Reference in a new issue