Skip to content

Commit 919cb97

Browse files
author
Milad Rahimi
authored
Update .travis.yml
1 parent a6c0f6b commit 919cb97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ branches:
1111
only:
1212
- master
1313

14-
before_install:
15-
- travis_retry composer self-update
16-
1714
before_script:
1815
- composer install --no-interaction --no-suggest
1916
- composer require php-coveralls/php-coveralls
2017

2118
script:
2219
- mkdir -p build/logs
23-
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml tests
20+
- vendor/bin/phpunit --debug --coverage-clover build/logs/clover.xml tests
2421
- ls -l build/logs
2522
- cat build/logs/clover.xml
2623

0 commit comments

Comments
 (0)