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:
parent
38e4fecb72
commit
b2f9d12d15
1 changed files with 6 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue