Skip to content

Commit f39255d

Browse files
committed
updated ci/cd
1 parent 2a451f8 commit f39255d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ php:
88
matrix:
99
fast_finish: true
1010

11-
before_script:
11+
install:
1212
- travis_retry composer self-update
1313
- travis_retry composer install --prefer-source --no-interaction --dev
1414

1515
after_success:
16-
- travis_retry php vendor/bin/php-coveralls
16+
- travis_retry php vendor/bin/php-coveralls -v
17+
1718
script:
1819
- mkdir -p build/logs
1920
- php vendor/bin/phpunit -c phpunit.xml.dist

0 commit comments

Comments
 (0)