fix phpunit command and github token

This commit is contained in:
Julien Fastré 2015-10-17 00:26:40 +02:00
parent 45ad577e8b
commit 675896b5df

View File

@ -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
script: phpunit --testdox