Skip to content

Commit

Permalink
add script to run formatter and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hlhr committed Oct 9, 2018
1 parent a4c621f commit b23d668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,10 @@ matrix:

sudo: false

script:
- elixir --version | grep -q '^Elixir 1\.5' || mix format --check-formatted
- mix test

after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report

0 comments on commit b23d668

Please sign in to comment.