diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cbdccb024..000000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/Tests/Fixtures/App/config/parameters.travis.yml b/Tests/Fixtures/App/config/parameters.travis.yml deleted file mode 100644 index dc7c5af9a..000000000 --- a/Tests/Fixtures/App/config/parameters.travis.yml +++ /dev/null @@ -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