From c0d5bd90e8ecb6678e792d8646a55f9d2ba1c1c1 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 30 Oct 2015 16:01:22 +0100 Subject: [PATCH] Removing travis config files --- .travis.yml | 30 ------------------- .../Fixtures/App/config/parameters.travis.yml | 12 -------- 2 files changed, 42 deletions(-) delete mode 100644 .travis.yml delete mode 100644 Tests/Fixtures/App/config/parameters.travis.yml 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