File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ cache:
27
27
- $HOME/.composer/cache
28
28
29
29
before_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
31
31
- composer selfupdate
32
32
- if [ "$GRAPHQLPHP_VERSION" != "" ]; then composer require "webonyx/graphql-php:${GRAPHQLPHP_VERSION}" --dev --no-update; fi;
33
33
34
34
install : composer update --prefer-dist --no-interaction --optimize-autoloader
35
35
36
36
script : ./bin/travis_phpunit
37
37
after_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
39
39
You can’t perform that action at this time.
0 commit comments