Skip to content

Commit

Permalink
Update travis.yml (#33)
Browse files Browse the repository at this point in the history
Add Elixir 1.9.4 + 1.10.3, Add OTP 22.3.4 + 23.0.2
  • Loading branch information
treble37 committed May 29, 2020
1 parent dcb28d5 commit 5565889
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
@@ -1,20 +1,30 @@
language: elixir
elixir:
- 1.8.1
- 1.9.4
- 1.10.3
otp_release:
- 21.0
- 22.3.4
- 23.0.1
env:
- MIX_ENV=test
sudo: false
matrix:
exclude:
- elixir: 1.8.1
otp_release: 23.0.1
- elixir: 1.9.4
otp_release: 23.0.1
before_script:
- mix format --check-formatted
- mix compile --warnings-as-errors
- mix credo --strict
- mix dialyzer --halt-exit-status
- mix dialyzer
script:
- mix test
after_script:
- mix coveralls.travis
cache:
directories:
- priv/plts
- priv/plts

0 comments on commit 5565889

Please sign in to comment.