Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium authored Oct 1, 2020
1 parent 56b5da7 commit e9fb050
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: php

php:
- 7.2
- 7.3
php:
- 7.4
# - nightly

Expand All @@ -13,7 +10,8 @@ cache:
- vendor

install:
- travis_retry composer install --no-interaction --prefer-source
- composer require phpunit/phpunit:8.* php-coveralls/php-coveralls:2.*
- composer install --dev

script:
- ./vendor/bin/phpunit --coverage-clover tests/logs/clover.xml
Expand Down

0 comments on commit e9fb050

Please sign in to comment.