mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 16:57:53 +00:00
Updated travis.yml
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@ sudo: false
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.1
|
- 7.3
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -sS http://getcomposer.org/installer | php
|
- curl -sS http://getcomposer.org/installer | php
|
||||||
- php composer.phar install --prefer-source --no-interaction
|
- php composer.phar install --prefer-source --no-interaction
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./vendor/bin/phpunit --configuration ./phpunit.xml ./tests --teamcity
|
- ./vendor/bin/phpunit --configuration ./phpunit.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user