Skip to content

Commit

Permalink
run mix test in trace mode to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed May 25, 2017
1 parent 61956d7 commit 5fd9ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies:
- cd example && mix deps.compile
test:
override:
- MIX_ENV=test mix test
- cd example && mix test
- MIX_ENV=test mix test --trace
- cd example && mix test --trace

0 comments on commit 5fd9ed6

Please sign in to comment.