mirror of
https://github.com/avitex/elixir-vultr
synced 2024-11-21 19:09:57 +00:00
16 lines
248 B
YAML
16 lines
248 B
YAML
language: elixir
|
|
elixir:
|
|
- 1.5.0
|
|
notifications:
|
|
recipients:
|
|
- theavitex@gmail.com
|
|
otp_release:
|
|
- 18.2
|
|
env:
|
|
- MIX_ENV=test
|
|
script:
|
|
- mix do deps.get, compile
|
|
after_script:
|
|
- mix deps.get --only docs
|
|
- MIX_ENV=docs mix inch.report
|