mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Removing travis config files
This commit is contained in:
parent
cd84a34f10
commit
c0d5bd90e8
30
.travis.yml
30
.travis.yml
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user