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

Fix .travis.yml

This commit is contained in:
Eduardo Gurgel 2014-02-12 20:35:21 -03:00
parent 8538f65b25
commit 901b8f7e0a

View file

@ -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.4/Precompiled.zip && unzip -qq Precompiled.zip -d 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
- export PATH="$PATH:$PWD/vendor/elixir/bin"
- export MIX_ENV=test