aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9d43ca15f10b7f8cd63922451ba3505b05b56c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: elixir
elixir:
  - 1.3
otp_release:
  - 18.3
  - 19.0

script:
  - MIX_ENV=dev mix do deps.get, dialyzer.plt
  - MIX_ENV=dev mix dialyzer --halt-exit-status
  - MIX_ENV=dev mix credo --strict
  - MIX_ENV=test mix do deps.get, test