Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
fix for failing test in php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Freeman committed Aug 4, 2018
1 parent bd629a7 commit cb1ceef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ before_script:

script:
- cd tests
- if [[ $TEST_COVERAGE == 'true' ]]; then phpdbg -qrr ../vendor/bin/phpunit --coverage-text --coverage-clover ../build/logs/clover.xml ; fi
- if [[ $TEST_COVERAGE != 'true' ]]; then phpdbg -qrr ../vendor/bin/phpunit ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then phpdbg -qrr../vendor/bin/phpunit --coverage-text --coverage-clover ../build/logs/clover.xml ; fi
- if [[ $TEST_COVERAGE != 'true' ]]; then ../vendor/bin/phpunit ; fi
- cd ..

after_script:
Expand Down

0 comments on commit cb1ceef

Please sign in to comment.