mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-28 05:53:15 +02:00
Specify php runtime
This commit is contained in:
+4
-4
@@ -1,14 +1,14 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 7.3
|
- 7.2
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --dev --no-interaction
|
- composer install --no-interaction
|
||||||
script:
|
script:
|
||||||
- ./vendor/bin/phpunit --configuration Tests/phpunit.xml
|
- php ./vendor/bin/phpunit --configuration Tests/phpunit.xml
|
||||||
after_script:
|
after_script:
|
||||||
- travis_retry ./vendor/bin/php-coveralls
|
- travis_retry php ./vendor/bin/php-coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user