File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ cache:
2727 - $HOME/.composer/cache
2828
2929before_install :
30- - if [[ "$TRAVIS_PHP_VERSION" != "7.0 " && "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
30+ - if [[ "$TRAVIS_PHP_VERSION" != "7.1 " && "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
3131 - composer selfupdate
3232 - if [ "$GRAPHQLPHP_VERSION" != "" ]; then composer require "webonyx/graphql-php:${GRAPHQLPHP_VERSION}" --dev --no-update; fi;
3333
3434install : composer update --prefer-dist --no-interaction --optimize-autoloader
3535
3636script : ./bin/travis_phpunit
3737after_script :
38- - if [ "$TRAVIS_PHP_VERSION" == "7.0 " ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
38+ - if [ "$TRAVIS_PHP_VERSION" == "7.1 " ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
3939
You can’t perform that action at this time.
0 commit comments