use token for auth with github + use chill/database [ci-skip]

This commit is contained in:
Julien Fastré 2015-10-26 22:28:25 +01:00
parent 69a970cd14
commit 06ab5834ea

View File

@ -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