We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724f047 commit d801629Copy full SHA for d801629
.travis.yml
@@ -1,14 +1,14 @@
1
sudo: false
2
language: php
3
php:
4
- - 7.3
+ - 7.2
5
6
notifications:
7
email: false
8
9
install:
10
- - composer install --dev --no-interaction
+ - composer install --no-interaction
11
script:
12
- - ./vendor/bin/phpunit --configuration Tests/phpunit.xml
+ - php ./vendor/bin/phpunit --configuration Tests/phpunit.xml
13
after_script:
14
- - travis_retry ./vendor/bin/php-coveralls
+ - travis_retry php ./vendor/bin/php-coveralls
0 commit comments