mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Updated travis.yml
This commit is contained in:
+2
-2
@@ -3,14 +3,14 @@ sudo: false
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 7.4
|
||||
- 7.3
|
||||
|
||||
before_script:
|
||||
- mkdir -p _clover
|
||||
- ls -al
|
||||
|
||||
script:
|
||||
- ./vendor/bin/phpunit --coverage-clover _clover/clover.xml
|
||||
- ./vendor/phpunit/phpunit/phpunit --configuration ./phpunit.xml
|
||||
|
||||
install:
|
||||
# Install composer packages
|
||||
|
||||
Reference in New Issue
Block a user