Skip to content

Commit

Permalink
Some reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Jun 25, 2019
1 parent aa852ab commit b308c38
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 182 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ before_script:
script:
- |
if [[ $TASK_TESTS_COVERAGE != 1 ]]; then
vendor/bin/codecept run unit,functional -vvv
vendor/bin/codecept run unit,functional
else
mkdir -p build/logs
vendor/bin/codecept run unit,functional -vvv --coverage-xml coverage.xml;
vendor/bin/codecept run unit,functional --coverage-xml coverage.xml;
fi
after_script:
- |
Expand Down
Loading

0 comments on commit b308c38

Please sign in to comment.