Skip to content

Commit a50394a

Browse files
committed
Fixed possible typo
1 parent ddc396c commit a50394a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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:
24-
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/bin/coveralls fi
24+
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/bin/coveralls; fi

0 commit comments

Comments
 (0)