Skip to content

Commit ebf0b4b

Browse files
author
Eugene Leonovich
committed
Fix after_script
1 parent dfe6243 commit ebf0b4b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ script:
2323
- docker run --rm --name queue --link tarantool -v $(pwd):/queue -w /queue -e PHPUNIT_OPTS="$PHPUNIT_OPTS" queue
2424

2525
after_script:
26-
- docker run --rm --name queue -v $(pwd):/queue -w /queue queue bash -c "
27-
if [[ -f coverage.clover ]]; then
28-
curl -sSOL https://scrutinizer-ci.com/ocular.phar &&
29-
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
30-
fi
31-
"
26+
- docker run --rm --name queue -v $(pwd):/queue -w /queue queue bash -c "if [[ -f coverage.clover ]]; then
27+
curl -sSOL https://scrutinizer-ci.com/ocular.phar &&
28+
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
29+
fi"

0 commit comments

Comments
 (0)