Skip to content

Commit 6c21b54

Browse files
committed
updated travis config
1 parent 643c1e1 commit 6c21b54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313

1414
before_script:
1515
- travis_retry composer self-update
16+
- composer --version
1617
- travis_retry composer install --no-interaction --prefer-source
1718

1819
script:
@@ -21,4 +22,6 @@ script:
2122

2223
after_script:
2324
- travis_retry wget https://scrutinizer-ci.com/ocular.phar -O ocular.phar
25+
- travis_retry ocular.phar self-update
26+
- ocular --version
2427
- travis_retry php ocular.phar code-coverage:upload --format=php-clover ./build/logs/coverage.clover

0 commit comments

Comments
 (0)