From 3d35d440f43e68ed4fa68843c75b53d1c5c670a1 Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Mon, 17 Dec 2012 15:29:15 +0100 Subject: Try jdbcpostgresql version only --- config/database.yml.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/database.yml.travis b/config/database.yml.travis index 27552cbec..0335bca94 100644 --- a/config/database.yml.travis +++ b/config/database.yml.travis @@ -1,5 +1,5 @@ test: - adapter: <%= RUBY_PLATFORM == "java" ? "jdbcpostgresql" : "postgresql" %> + adapter: jdbcpostgresql database: <%= (ENV["GIT_BRANCH"].nil? || ENV["GIT_BRANCH"] == "master") ? "chouette_test" : "chouette_" + ENV["GIT_BRANCH"] + "_test" %> encoding: utf8 username: postgres \ No newline at end of file -- cgit v1.2.3