Skip to content

Commit 60774e5

Browse files
author
Eugene Leonovich
committed
Fix .travis.yml
1 parent b867131 commit 60774e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ script:
2424
- docker run --rm --name queue --link tarantool -v $(pwd):/queue -w /queue queue
2525

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

0 commit comments

Comments
 (0)