mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-06 00:32:34 -04:00
Use TravisCI Elixir support
This commit is contained in:
parent
6b5a28c9fd
commit
6798fa9236
1 changed files with 7 additions and 11 deletions
18
.travis.yml
18
.travis.yml
|
@ -1,19 +1,15 @@
|
||||||
language: erlang
|
language: elixir
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- eduardo@gurgel.me
|
- eduardo@gurgel.me
|
||||||
env:
|
elixir:
|
||||||
- ELIXIR="v1.0.0"
|
- 1.0.0
|
||||||
- ELIXIR="v1.0.1"
|
- 1.0.1
|
||||||
- ELIXIR="v1.0.2"
|
- 1.0.2
|
||||||
otp_release:
|
otp_release:
|
||||||
- 17.0
|
- 17.0
|
||||||
- 17.1
|
- 17.1
|
||||||
|
sudo: false
|
||||||
install: mix deps.get
|
install: mix deps.get
|
||||||
before_install:
|
before_install: mix local.hex --force
|
||||||
- mkdir -p 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
|
|
||||||
script: mix test --no-start
|
script: mix test --no-start
|
||||||
|
|
Loading…
Add table
Reference in a new issue