Skip to content

Commit

Permalink
Only run dialyzer on newer elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jul 31, 2020
1 parent e526aa4 commit 217111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_script:
script:
- mix credo --strict
- mix format --check-formatted
- mix dialyzer --halt-exit-status --format simple
- if ([[ "$TRAVIS_ELIXIR_VERSION" == "1.9"* ]] || [[ "$TRAVIS_ELIXIR_VERSION" == "1.10"* ]]); then mix dialyzer --halt-exit-status --format simple; fi
- mix coveralls.travis
after_script:
- mix deps.get --only docs
Expand Down

0 comments on commit 217111f

Please sign in to comment.