diff options
| author | Luc Donnet | 2012-12-17 15:29:15 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2012-12-17 15:29:15 +0100 | 
| commit | 3d35d440f43e68ed4fa68843c75b53d1c5c670a1 (patch) | |
| tree | 42b1a5f302157be1d59232a3e18ab4a580d4b33f /config | |
| parent | 9b20cc52ee2dff4cc306b448dbbc7b688c1aae4a (diff) | |
| download | chouette-core-3d35d440f43e68ed4fa68843c75b53d1c5c670a1.tar.bz2 | |
Try jdbcpostgresql version only
Diffstat (limited to 'config')
| -rw-r--r-- | config/database.yml.travis | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
