mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-06 00:32:34 -04:00
11 lines
159 B
YAML
11 lines
159 B
YAML
language: elixir
|
|
notifications:
|
|
recipients:
|
|
- eduardo@gurgel.me
|
|
elixir:
|
|
- 1.0.2
|
|
otp_release:
|
|
- 18.0
|
|
- 18.1
|
|
sudo: false
|
|
script: mix test --no-start
|