vivid/.travis.yml

13 lines
200 B
YAML
Raw Normal View History

2017-03-08 16:33:02 +13:00
language: elixir
elixir:
- 1.4.1
- 1.5.1
2017-03-08 16:33:02 +13:00
otp_release:
- 19.2
script:
- mix test
- MIX_ENV=test mix credo --strict
2017-03-08 16:38:48 +13:00
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report