Skip to content

Commit

Permalink
chore(TravisCI): Check code format before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Dec 19, 2018
1 parent 9c80ec8 commit b7a5088
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 @@ -15,14 +15,14 @@ jobs:
env:
- MIX_ENV=test
before_script:
- mix format --check-formatted
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix ecto.create
- mix ecto.migrate
script:
- mix coveralls.travis --umbrella
- mix format --check-formatted

- stage: release
if: branch IN (master, staging) AND type != pull_request
Expand Down

0 comments on commit b7a5088

Please sign in to comment.