Skip to content

Commit 32f0bc0

Browse files
Update .travis.yml
1 parent 8a0c970 commit 32f0bc0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ cache:
1010

1111
before_script:
1212
- travis_retry composer self-update
13-
- travis_retry composer install --prefer-source --no-interaction
14-
15-
after_script:
16-
- wget https://scrutinizer-ci.com/ocular.phar
17-
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
13+
- travis_retry composer install --prefer-dist --no-interaction
1814

1915
sudo: false
2016

21-
script: phpunit --coverage-clover=coverage.clover
17+
script: phpunit
2218

2319
matrix:
2420
fast_finish: true

0 commit comments

Comments
 (0)