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

Commit

Permalink
fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Freeman committed Aug 4, 2018
1 parent cb1ceef commit 60122bf
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 @@ -30,7 +30,7 @@ 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 --coverage-text --coverage-clover ../build/logs/clover.xml ; fi
- if [[ $TEST_COVERAGE != 'true' ]]; then ../vendor/bin/phpunit ; fi
- cd ..

Expand Down

0 comments on commit 60122bf

Please sign in to comment.