use github token for auth

This commit is contained in:
Julien Fastré 2015-10-26 22:26:41 +01:00
parent 8e75f0b4ac
commit 7ce86ab15f

View File

@ -2,7 +2,7 @@ services:
- chill/database:latest
before_script:
- export GITHUB_COMPOSER_AUTH=$GITHUB_TOKEN
- composer config github-oauth.github.com $GITHUB_TOKEN
- composer install --no-interaction
- cp Test/Fixtures/App/app/config/parameters.gitlab-ci.yml Test/Fixtures/App/app/config/parameters.yml
# - php Test/Fixtures/App/app/console --env=test cache:warmup
@ -14,4 +14,4 @@ test:php-5.6:
script: phpunit --testdox
test:php-7:
stage: test
script: phpunit --testdox
script: phpunit --testdox