vultr-elixir/.travis.yml

15 lines
235 B
YAML
Raw Normal View History

2017-07-15 11:20:25 +00:00
language: elixir
elixir:
- 1.5.0
2017-07-15 11:20:25 +00:00
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"