mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 16:22:32 -04:00
12 lines
157 B
YAML
12 lines
157 B
YAML
language: elixir
|
|
notifications:
|
|
recipients:
|
|
- eduardo@gurgel.me
|
|
elixir:
|
|
- 1.4.2
|
|
otp_release:
|
|
- 18.0
|
|
- 18.1
|
|
- 19.0
|
|
sudo: false
|
|
script: mix test
|