heap/.travis.yml

14 lines
181 B
YAML
Raw Permalink Normal View History

2016-03-02 20:36:24 +13:00
language: elixir
elixir:
- 1.5.1
2016-03-02 20:36:24 +13:00
otp_release:
- 20.0
script:
- mix test
- mix credo --strict
2017-09-26 13:39:49 +13:00
- mix inch --pedantic
after_script:
2017-09-26 13:39:49 +13:00
- mix inch.report
2016-03-02 20:36:24 +13:00
env:
- MIX_ENV=test