1
0
mirror of https://github.com/avitex/elixir-vultr synced 2024-11-21 19:09:57 +00:00
vultr-elixir/.travis.yml
2017-07-15 21:20:25 +10:00

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"