use token for auth with github

This commit is contained in:
Julien Fastré 2015-10-26 22:27:24 +01:00
parent 4e4c1a8f68
commit 1e22e8a36c

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 Tests/Fixtures/App/app/config/parameters.gitlab-ci.yml Tests/Fixtures/App/app/config/parameters.yml
- php Tests/Fixtures/App/app/console.php --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