mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Removing travis files
This commit is contained in:
parent
d072d568bf
commit
d1a313078b
29
.travis.yml
29
.travis.yml
@ -1,29 +0,0 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm-nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm-nightly
|
||||
sudo: false
|
||||
addons:
|
||||
postgresql: '9.3'
|
||||
install:
|
||||
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
|
||||
- composer install --dev --no-interaction
|
||||
- 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
|
||||
- psql -d test0 -c 'CREATE EXTENSION unaccent;' -U postgres
|
||||
- php Tests/Fixtures/App/app/console.php --env=test cache:warmup
|
||||
- php Tests/Fixtures/App/app/console.php assets:install Tests/Fixtures/App/web
|
||||
- php Tests/Fixtures/App/app/console.php doctrine:migrations:migrate --no-interaction
|
||||
- php Tests/Fixtures/App/app/console.php doctrine:fixtures:load --env=test --no-interaction
|
||||
script: phpunit --coverage-text
|
||||
notifications:
|
||||
email:
|
||||
- info@champs-libres.coop
|
||||
env:
|
||||
global:
|
||||
secure: cTLFyo5WBqz9r+cfvYB9JozISdiXWBQ/feLmQQjOEjj+CiQteKYGh7oQkePyJJRdi95JO9jyXG8yiKGcEcVNLgwShLkwKno3iyiWOIDVl0mPmFUKbQPd9P3UVWpCiL3oH1JVTFd7uz6Mq+eUMrETeLa/3sxoxlnmre8ESqDIIEo=
|
@ -1,7 +0,0 @@
|
||||
parameters:
|
||||
database_host: 127.0.0.1
|
||||
database_port: 5432
|
||||
database_name: test0
|
||||
database_user: postgres
|
||||
database_password: postgres
|
||||
locale: fr
|
Loading…
x
Reference in New Issue
Block a user