Skip to content

Commit

Permalink
Merge branch 'qa/82'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jan 25, 2020
2 parents df9c2de + c84e576 commit 0ed287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ matrix:
- DEPS=latest

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || true ; fi

install:
- composer validate --strict
Expand Down

0 comments on commit 0ed287f

Please sign in to comment.