Skip to content

Commit ddc396c

Browse files
committed
Fixed possible typo
1 parent e8d19dd commit ddc396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- composer require satooshi/php-coveralls --dev
1919

2020
script:
21-
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml; else php vendor/phpunit/phpunit/phpunit fi
21+
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml else php vendor/phpunit/phpunit/phpunit fi
2222

2323
after_script:
2424
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/bin/coveralls fi

0 commit comments

Comments
 (0)