mirror of
https://github.com/avitex/elixir-vultr
synced 2024-11-21 10:59:57 +00:00
15 lines
235 B
YAML
15 lines
235 B
YAML
language: elixir
|
|
elixir:
|
|
- 1.4.0
|
|
notifications:
|
|
recipients:
|
|
- theavitex@gmail.com
|
|
otp_release:
|
|
- 18.2
|
|
env:
|
|
- MIX_ENV=test
|
|
script:
|
|
- "mix do deps.get, compile"
|
|
after_script:
|
|
- "MIX_ENV=docs mix do deps.get, inch.report"
|