Skip to content

Commit

Permalink
appveyor: improved
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 23, 2018
1 parent 3d8a332 commit 47e06a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ install:

test_script:
- vendor\bin\tester tests -s

on_failure:
# Print *.actual content
- for /r %%x in (*.actual) do ( type "%%x" )

0 comments on commit 47e06a5

Please sign in to comment.