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:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user