Skip to content

Commit

Permalink
Merge ccd2178 into 653a8d6
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 1, 2020
2 parents 653a8d6 + ccd2178 commit b21863a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -23,11 +23,11 @@ before_script:
- travis_wait mix dialyzer --plt
script:
- mix credo --strict
- if [[ "$TRAVIS_ELIXIR_VERSION" == "1.8"* ]]; then mix format --check-formatted; fi
- if [[ "$TRAVIS_ELIXIR_VERSION" == "1.10"* ]]; then mix format --check-formatted; fi
- mix dialyzer --halt-exit-status
- mix coveralls.travis
after_script:
- if [[ "$TRAVIS_ELIXIR_VERSION" == "1.8"* ]]; then mix deps.get --only docs && MIX_ENV=docs mix inch.report; fi
- if [[ "$TRAVIS_ELIXIR_VERSION" == "1.10"* ]]; then mix deps.get --only docs && MIX_ENV=docs mix inch.report; fi
sudo: required
dist: trusty
cache:
Expand Down

0 comments on commit b21863a

Please sign in to comment.