lex_luthor/.travis.yml

11 lines
154 B
YAML
Raw Normal View History

2015-03-29 15:07:21 +13:00
language: elixir
2017-04-27 08:01:56 +12:00
elixir:
- 1.4.1
2015-03-29 15:07:21 +13:00
otp_release:
2017-04-27 08:01:56 +12:00
- 19.2
script:
- mix test
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report