Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nafiesl committed Jul 5, 2020
1 parent f9cd995 commit 2ae66a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ php:
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
- travis_retry composer require php-coveralls/php-coveralls
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require php-coveralls/php-coveralls
- cp .env.example .env
- php artisan key:generate

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

after_success:
- vendor/bin/php-coveralls -v --exclude-no-stmt
- vendor/bin/php-coveralls -v --exclude-no-stmt

0 comments on commit 2ae66a8

Please sign in to comment.