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,11 +3,11 @@ sudo: false
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 7.1
|
||||
- 7.3
|
||||
|
||||
before_script:
|
||||
- curl -sS http://getcomposer.org/installer | php
|
||||
- php composer.phar install --prefer-source --no-interaction
|
||||
|
||||
script:
|
||||
- ./vendor/bin/phpunit --configuration ./phpunit.xml ./tests --teamcity
|
||||
- ./vendor/bin/phpunit --configuration ./phpunit.xml
|
||||
|
||||
Reference in New Issue
Block a user