Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 879a5f3

Browse files
author
anolilab
committed
fix travis
1 parent f2c8ad8 commit 879a5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ script:
3838
- if [[ "$CHECK_CS" == "true" ]]; then vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose --diff --dry-run; fi
3939

4040
after_script:
41-
- wget https://scrutinizer-ci.com/ocular.phar;
42-
- php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover; fi
41+
- wget https://scrutinizer-ci.com/ocular.phar
42+
- php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover

0 commit comments

Comments
 (0)