Skip to content

Commit

Permalink
Get rid of warnings and check them in CI (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
Signed-off-by: Tobias Pfeiffer <pragtob@gmail.com>
  • Loading branch information
tallysmartins authored and PragTob committed Aug 6, 2018
1 parent 3b78b27 commit 082ab29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ otp_release:
env:
- MIX_ENV=test RUNNER_API_USER=test-runner RUNNER_API_KEY=test RUNNER_API_URL=http://localhost.com:4000/runner-api

before_script:
- mix compile --warnings-as-errors

script:
- mix format --check-formatted
- mix test
Expand Down

0 comments on commit 082ab29

Please sign in to comment.