vultr-elixir/.travis.yml

16 lines
248 B
YAML
Raw Permalink 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:
2017-07-30 09:59:54 +00:00
- mix do deps.get, compile
2017-07-15 11:20:25 +00:00
after_script:
2017-07-30 09:59:54 +00:00
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report