mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 16:22:32 -04:00
Run Elixir 0.15.0 on Travis CI
This commit is contained in:
parent
86d06dc523
commit
b963c7c989
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ env:
|
||||||
- ELIXIR="v0.14.1"
|
- ELIXIR="v0.14.1"
|
||||||
- ELIXIR="v0.14.2"
|
- ELIXIR="v0.14.2"
|
||||||
- ELIXIR="v0.14.3"
|
- ELIXIR="v0.14.3"
|
||||||
|
- ELIXIR="v0.15.0"
|
||||||
otp_release:
|
otp_release:
|
||||||
- 17.0
|
- 17.0
|
||||||
install: mix deps.get
|
install: mix deps.get
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -5,7 +5,7 @@ defmodule Httparrot.Mixfile do
|
||||||
[ app: :httparrot,
|
[ app: :httparrot,
|
||||||
version: "0.3.0",
|
version: "0.3.0",
|
||||||
name: "HTTParrot",
|
name: "HTTParrot",
|
||||||
elixir: "~> 0.14.1",
|
elixir: "~> 0.14.1 or ~> 0.15.0",
|
||||||
deps: deps ]
|
deps: deps ]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue