Skip to content

Commit 60b1210

Browse files
author
Mantas Marcinkevicius
committed
fixed travis
1 parent 52b67a8 commit 60b1210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ install:
1616
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
1717
before_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
2121
script:
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 ./
2525
after_script:
26-
- travis_retry php vendor/bin/coveralls
26+
- travis_retry php vendor/bin/coveralls

0 commit comments

Comments
 (0)