mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
Update to Elixir 0.12.4
This commit is contained in:
parent
8cc78f1a4d
commit
ccf97ccaab
3 changed files with 9 additions and 9 deletions
|
@ -10,6 +10,6 @@ script: mix test --no-start
|
|||
install: mix deps.get
|
||||
before_install:
|
||||
- mkdir -p vendor/elixir
|
||||
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.12.3/v0.12.3.zip && unzip -qq v0.12.3.zip -d vendor/elixir
|
||||
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.12.4/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
|
||||
- export PATH="$PATH:$PWD/vendor/elixir/bin"
|
||||
- export MIX_ENV=test
|
||||
|
|
4
mix.exs
4
mix.exs
|
@ -5,7 +5,7 @@ defmodule Httparrot.Mixfile do
|
|||
[ app: :httparrot,
|
||||
version: "0.0.2",
|
||||
name: "HTTParrot",
|
||||
elixir: "~> 0.12.3",
|
||||
elixir: "~> 0.12.4",
|
||||
deps: deps(Mix.env) ]
|
||||
end
|
||||
|
||||
|
@ -20,7 +20,7 @@ defmodule Httparrot.Mixfile do
|
|||
|
||||
defp deps(:dev) do
|
||||
[ {:cowboy, github: "extend/cowboy", tag: "0.9.0" },
|
||||
{:jsex, github: "talentdeficit/jsex", ref: "c9df36f07b2089a73ab6b32074c01728f1e5a2e1" } ]
|
||||
{:jsex, github: "talentdeficit/jsex" } ]
|
||||
end
|
||||
|
||||
defp deps(:test) do
|
||||
|
|
12
mix.lock
12
mix.lock
|
@ -1,6 +1,6 @@
|
|||
[ "cowboy": {:git, "git://github.com/extend/cowboy.git", "db52494371ea249f38d51108c7d79cf487ff6374", [{:tag, "0.9.0"}]},
|
||||
"cowlib": {:git, "git://github.com/extend/cowlib.git", "63298e8e160031a70efff86a1acde7e7db1fcda6", [{:ref, "0.4.0"}]},
|
||||
"jsex": {:git, "git://github.com/talentdeficit/jsex.git", "c9df36f07b2089a73ab6b32074c01728f1e5a2e1", [{:ref, "c9df36f07b2089a73ab6b32074c01728f1e5a2e1"}]},
|
||||
"jsx": {:git, "git://github.com/talentdeficit/jsx.git", "e50af6e109cb03bd26acf715cbc77de746507d1d", [{:tag, "v1.4.3"}]},
|
||||
"meck": {:git, "git://github.com/eproxus/meck.git", "1286aba1cb6bbd6c9fc3f817740758b224843ee7", [{:tag, "0.8.1"}]},
|
||||
"ranch": {:git, "git://github.com/extend/ranch.git", "5df1f222f94e08abdcab7084f5e13027143cc222", [{:ref, "0.9.0"}]} ]
|
||||
[ "cowboy": {:git, "git://github.com/extend/cowboy.git", "db52494371ea249f38d51108c7d79cf487ff6374", [tag: "0.9.0"]},
|
||||
"cowlib": {:git, "git://github.com/extend/cowlib.git", "63298e8e160031a70efff86a1acde7e7db1fcda6", [ref: "0.4.0"]},
|
||||
"jsex": {:git, "git://github.com/talentdeficit/jsex.git", "3db1d520e00fb28c3eee4e5b30645d5878037c38", []},
|
||||
"jsx": {:git, "git://github.com/talentdeficit/jsx.git", "e50af6e109cb03bd26acf715cbc77de746507d1d", [tag: "v1.4.3"]},
|
||||
"meck": {:git, "git://github.com/eproxus/meck.git", "1286aba1cb6bbd6c9fc3f817740758b224843ee7", [tag: "0.8.1"]},
|
||||
"ranch": {:git, "git://github.com/extend/ranch.git", "5df1f222f94e08abdcab7084f5e13027143cc222", [ref: "0.9.0"]} ]
|
||||
|
|
Loading…
Add table
Reference in a new issue