Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Jan 7, 2018
1 parent f848c09 commit f1191e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ language: php
php:
- 7.0
- 7.1
- 7.2

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev

script:
- ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
- mkdir -p ./build/logs
- ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml

after_script:
- php vendor/bin/coveralls
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
after_success:
- travis_retry php vendor/bin/php-coveralls -v

notifications:
webhooks:
Expand Down

0 comments on commit f1191e5

Please sign in to comment.