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

Speedup travis-ci build

This commit is contained in:
Eduardo Gurgel 2014-01-26 12:20:53 -03:00
parent 38e4fecb72
commit b2f9d12d15

View file

@ -6,8 +6,10 @@ otp_release:
- R16B
- R16B01
- R16B02
script: mix test
install: mix deps.get
before_install:
- git clone https://github.com/elixir-lang/elixir
- cd elixir && git checkout v0.12.1 && make && cd ..
before_script: "export PATH=`pwd`/elixir/bin:$PATH"
script: "MIX_ENV=test mix do deps.get, test --no-start"
- mkdir -p vendor/elixir
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.12.1/v0.12.1.zip && unzip -qq v0.12.1.zip -d vendor/elixir
- export PATH="$PATH:$PWD/vendor/elixir/bin"
- export MIX_ENV=test