mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
Update to Elixir 0.13.3 and bump version 0.1.1
This commit is contained in:
parent
d97b15030d
commit
b06eb27575
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ otp_release:
|
|||
install: mix deps.get
|
||||
before_install:
|
||||
- mkdir -p vendor/elixir
|
||||
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.13.1/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
|
||||
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.13.3/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
|
||||
- export PATH="$PATH:$PWD/vendor/elixir/bin"
|
||||
- export MIX_ENV=test
|
||||
- mix local.hex --force
|
||||
|
|
4
mix.exs
4
mix.exs
|
@ -3,9 +3,9 @@ defmodule Httparrot.Mixfile do
|
|||
|
||||
def project do
|
||||
[ app: :httparrot,
|
||||
version: "0.1.0",
|
||||
version: "0.1.1",
|
||||
name: "HTTParrot",
|
||||
elixir: "~> 0.13.1",
|
||||
elixir: "~> 0.13.3",
|
||||
deps: deps ]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue