1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-28 04:53:15 +02:00

Specify php runtime

This commit is contained in:
Pavel Djundik
2019-04-24 10:44:21 +03:00
parent 724f047a4a
commit d801629834
+4 -4
View File
@@ -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