glicko-elixir/.travis.yml

16 lines
247 B
YAML
Raw Normal View History

2017-11-16 03:21:00 +00:00
language: elixir
elixir:
- 1.9.4
2017-11-16 03:49:53 +00:00
notifications:
recipients:
- theavitex@gmail.com
otp_release:
- 22.1
2017-11-16 03:49:53 +00:00
env:
- MIX_ENV=test
script:
- mix do deps.get, compile
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report