From 675896b5df469c75e1e0644467eac1aaa9872e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 17 Oct 2015 00:26:40 +0200 Subject: [PATCH] fix phpunit command and github token --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b44fccb86..a977dc9a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ services: before_script: - - export GITHUB_COMPOSER_AUTH=$GITHUB_COMPOSER_AUTH + - export GITHUB_COMPOSER_AUTH=$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 @@ -12,7 +12,7 @@ before_script: test:php-5.6: stage: test - script: phpunit --testdox-test + script: phpunit --testdox test:php-7: stage: test - script: phpunit --testdox-text \ No newline at end of file + script: phpunit --testdox \ No newline at end of file