1
0
Fork 0
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:
Eduardo Gurgel 2019-06-30 14:45:44 +12:00
parent 1f4f716124
commit cccd19a0fe
2 changed files with 1 additions and 10 deletions

View file

@ -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

View file

@ -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(),