mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-06 00:32:34 -04:00
15 lines
239 B
YAML
15 lines
239 B
YAML
language: elixir
|
|
notifications:
|
|
recipients:
|
|
- eduardo@gurgel.me
|
|
elixir:
|
|
- 1.0.0
|
|
- 1.0.1
|
|
- 1.0.2
|
|
otp_release:
|
|
- 17.0
|
|
- 17.1
|
|
sudo: false
|
|
install: mix deps.get
|
|
before_install: mix local.hex --force
|
|
script: mix test --no-start
|