Skip to content

Commit

Permalink
split mix tasks onto their own lines to debug ... #66
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 3, 2019
1 parent a6cdb04 commit 59b2d2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: elixir
elixir:
- 1.5
- 1.8
env:
- MIX_ENV=test
script:
- mix deps.get
- mix compile
- mix test
- mix cover
after_success:
Expand Down

0 comments on commit 59b2d2f

Please sign in to comment.