mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-06 00:32:34 -04:00
parent
901b8f7e0a
commit
582a86710e
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ script: mix test --no-start
|
||||||
install: mix deps.get
|
install: mix deps.get
|
||||||
before_install:
|
before_install:
|
||||||
- mkdir -p vendor/elixir
|
- mkdir -p vendor/elixir
|
||||||
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.12.4/v0.12.4.zip && unzip -qq v0.12.4.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 PATH="$PATH:$PWD/vendor/elixir/bin"
|
||||||
- export MIX_ENV=test
|
- export MIX_ENV=test
|
||||||
|
|
Loading…
Add table
Reference in a new issue