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 @@ -16,11 +16,11 @@ install:
1616 - ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
1717before_script :
1818 - composer require --no-update symfony/framework-bundle:${SYMFONY}
19- - composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
19+ - if [[ $TRAVIS_SECURE_ENV_VARS = "true" ]]; then composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH; fi
2020 - composer install --no-interaction --prefer-dist
2121script :
2222 - wget -q --waitretry=1 --retry-connrefused -T 10 -O - http://127.0.0.1:9200
2323 - vendor/bin/phpunit --coverage-clover=coverage.clover
2424 - vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/,var/cache ./
2525after_script :
26- - travis_retry php vendor/bin/coveralls
26+ - travis_retry php vendor/bin/coveralls
You can’t perform that action at this time.
0 commit comments