Stray whitespace

This commit is contained in:
Josh Sherman 2018-01-09 00:19:56 -06:00
parent 24b768a630
commit 04ef71b6c6
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -27,7 +27,6 @@ script:
- if [[ $HHVM == true ]]; then ../vendor/bin/phpunit --colors --coverage-clover ../build/logs/clover.xml .; fi - if [[ $HHVM == true ]]; then ../vendor/bin/phpunit --colors --coverage-clover ../build/logs/clover.xml .; fi
- if [[ $HHVM != true ]]; then phpunit --colors --coverage-clover ../build/logs/clover.xml .; fi - if [[ $HHVM != true ]]; then phpunit --colors --coverage-clover ../build/logs/clover.xml .; fi
after_success: after_success:
- cd .. - cd ..
- php vendor/bin/coveralls --config .coveralls.yml -v - php vendor/bin/coveralls --config .coveralls.yml -v