1
0
mirror of https://github.com/avitex/elixir-glicko synced 2024-09-21 07:09:57 +00:00
glicko-elixir/.travis.yml
Mikael Muszynski 1175f6b2c2 Update Elixir version (#2)
Update the project wide Elixir requirement to the latest stable version.
Additionally, update the OTP version in Travis to `v22.1`.
2020-01-19 14:43:22 +00:00

16 lines
247 B
YAML

language: elixir
elixir:
- 1.9.4
notifications:
recipients:
- theavitex@gmail.com
otp_release:
- 22.1
env:
- MIX_ENV=test
script:
- mix do deps.get, compile
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report