mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
Run tests on Elixir 0.14.1 and 0.14.2
This commit is contained in:
parent
a48c92cc16
commit
eba1d0f7a3
1 changed files with 4 additions and 1 deletions
|
@ -2,12 +2,15 @@ language: erlang
|
|||
notifications:
|
||||
recipients:
|
||||
- eduardo@gurgel.me
|
||||
env:
|
||||
- ELIXIR="v0.14.1"
|
||||
- ELIXIR="v0.14.2"
|
||||
otp_release:
|
||||
- 17.0
|
||||
install: mix deps.get
|
||||
before_install:
|
||||
- mkdir -p vendor/elixir
|
||||
- wget -q https://github.com/elixir-lang/elixir/releases/download/v0.14.1/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
|
||||
- wget -q https://github.com/elixir-lang/elixir/releases/download/$ELIXIR/Precompiled.zip && unzip -qq Precompiled.zip -d vendor/elixir
|
||||
- export PATH="$PATH:$PWD/vendor/elixir/bin"
|
||||
- export MIX_ENV=test
|
||||
- mix local.hex --force
|
||||
|
|
Loading…
Add table
Reference in a new issue