Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Dec 26, 2018
1 parent 3dadc93 commit 44c3ea4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ cache:
- deps

script:
- make testing
after_script:
- make docs
- make ci
after_success:
- bash <(curl -s https://codecov.io/bash)
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ deps:
mix local.rebar --force
mix deps.get

testing: deps
mix credo
linter:
mix format --check-formatted
MIX_ENV=test mix coveralls.json
mix credo

testing:
mix coveralls.json

docs:
mix inch.report

ci: deps linter testing

0 comments on commit 44c3ea4

Please sign in to comment.