1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 11:53:34 +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
language: php
php:
- 7.3
- 7.2
notifications:
email: false
install:
- composer install --dev --no-interaction
- composer install --no-interaction
script:
- ./vendor/bin/phpunit --configuration Tests/phpunit.xml
- php ./vendor/bin/phpunit --configuration Tests/phpunit.xml
after_script:
- travis_retry ./vendor/bin/php-coveralls
- travis_retry php ./vendor/bin/php-coveralls