Skip to content

Commit

Permalink
run formatter on the newest elixir (1.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 1, 2020
1 parent 619e0f7 commit ccd2178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,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 ccd2178

Please sign in to comment.