mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
28 lines
868 B
YAML
28 lines
868 B
YAML
language: php
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm-nightly
|
|
matrix:
|
|
allow_failures:
|
|
- php: hhvm-nightly
|
|
addons:
|
|
postgresql: '9.3'
|
|
sudo: false
|
|
install:
|
|
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
|
|
- composer install --dev
|
|
- cp Tests/Fixtures/App/app/config/parameters.travis.yml Tests/Fixtures/App/app/config/parameters.yml
|
|
before_script:
|
|
- psql -c 'create database test0;' -U postgres
|
|
- "./console.sh --env=test cache:warmup"
|
|
- "./console.sh doctrine:migrations:migrate --no-interaction"
|
|
- "./console.sh doctrine:fixtures:load --no-interaction --env=test"
|
|
script: phpunit --coverage-text
|
|
notifications:
|
|
email:
|
|
- info@champs-libres.coop
|
|
env:
|
|
global:
|
|
secure: MoVsISTKaeamuFNoylDv/nM6NBXBtCoH5tuGwX3RHpRK/zRXh421RgO8z/GTHxGt63r04EfYrsCXXng8fN4ZVA2Bjb9chGAozYZJOSwZ9Vmfjycu3k0v/+hikAj33DT+CEdVk4fggEZh5dcVbaJDRgaUZkwMLUtyCqeiv+J5X68=
|