mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Removing .travis.yml file
This commit is contained in:
parent
6ad8d41244
commit
1ebfe7749b
27
.travis.yml
27
.travis.yml
@ -1,27 +0,0 @@
|
|||||||
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=
|
|
Loading…
x
Reference in New Issue
Block a user