Removing travis config files

This commit is contained in:
Marc Ducobu 2015-10-30 16:01:22 +01:00
parent cd84a34f10
commit c0d5bd90e8
2 changed files with 0 additions and 42 deletions

View File

@ -1,30 +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 install --dev
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml
before_script:
- psql -c 'create database test0;' -U postgres
- php Tests/Fixtures/App/console --env=test cache:warmup
- php Tests/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction
- php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction
script: phpunit --coverage-text
notifications:
email:
- info@champs-libres.coop

View File

@ -1,12 +0,0 @@
# This file is auto-generated during the composer install
parameters:
database_host: 127.0.0.1
database_port: 5432
database_name: test0
database_user: postgres
database_password: postgres
locale: fr
secret: ThisTokenIsNotSoSecretChangeIt
debug_toolbar: true
debug_redirects: false
use_assetic_controller: true