Current section

Files

Jump to
ex_chimp .travis.yml
Raw

.travis.yml

language: elixir
elixir: 1.10
otp_release:
- 22.0
sudo: false
before_script:
- mix local.hex --force
- mix deps.get --only test
script:
- mix test
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report
- "MIX_ENV=test mix compile && MIX_ENV=test mix coveralls.travis"
notifications:
recipients:
- trond@twined.net