From 06ab5834eaed8fb2eb9ecd479ada89c324ac795e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 26 Oct 2015 22:28:25 +0100 Subject: [PATCH] use token for auth with github + use chill/database [ci-skip] --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c7bb802f..7cbda4176 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ services: - - postgres:9.4 + - chill/database:latest before_script: - - export GITHUB_COMPOSER_AUTH=$GITHUB_TOKEN + - composer config github-oauth.github.com $GITHUB_TOKEN - composer install - cp Tests/Fixtures/App/config/parameters.gitlab-ci.yml Tests/Fixtures/App/config/parameters.yml - php Tests/Fixtures/App/console --env=test cache:warmup @@ -15,5 +15,4 @@ test:php-5.6: script: phpunit --testdox test:php-7: stage: test - script: phpunit --testdox - + script: phpunit --testdox \ No newline at end of file