From 7cf270cee425392b7e2f9188825ef68fa2b29ca8 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 30 Oct 2015 15:57:27 +0100 Subject: [PATCH] Removing travis config file --- Tests/Fixtures/App/app/config/parameters.travis.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Tests/Fixtures/App/app/config/parameters.travis.yml diff --git a/Tests/Fixtures/App/app/config/parameters.travis.yml b/Tests/Fixtures/App/app/config/parameters.travis.yml deleted file mode 100644 index 28d5cd26c..000000000 --- a/Tests/Fixtures/App/app/config/parameters.travis.yml +++ /dev/null @@ -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 \ No newline at end of file