aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ac6ec90d5576c3e832a0383c8fa0225e5615cdc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: elixir
elixir:
  - 1.2
  - 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