1
0
mirror of https://github.com/avitex/elixir-vultr synced 2024-11-21 10:59:57 +00:00
vultr-elixir/.travis.yml
2017-07-30 19:59:54 +10:00

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