1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Run Elixir 0.15.0 on Travis CI

This commit is contained in:
Eduardo Gurgel 2014-08-03 15:58:06 +12:00
parent 86d06dc523
commit b963c7c989
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ env:
- ELIXIR="v0.14.1"
- ELIXIR="v0.14.2"
- ELIXIR="v0.14.3"
- ELIXIR="v0.15.0"
otp_release:
- 17.0
install: mix deps.get

View file

@ -5,7 +5,7 @@ defmodule Httparrot.Mixfile do
[ app: :httparrot,
version: "0.3.0",
name: "HTTParrot",
elixir: "~> 0.14.1",
elixir: "~> 0.14.1 or ~> 0.15.0",
deps: deps ]
end