Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium committed Sep 11, 2020
1 parent 2eab956 commit 3830af6
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
# - nightly
- 7.4
# - nightly

before_install:
sudo: false

cache:
directories:
- vendor

install:
- composer require phpunit/phpunit:8.* php-coveralls/php-coveralls:2.*
- composer install --dev

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

after_script:
- php vendor/bin/coveralls -v
- travis_retry php vendor/bin/php-coveralls -v

0 comments on commit 3830af6

Please sign in to comment.