From b2d0e25c2bbc546c3ba6e8c6e8ee10798eca1d9a Mon Sep 17 00:00:00 2001 From: Federico Ravasio Date: Sun, 20 Jan 2013 14:11:09 +0100 Subject: Added postgresql support. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c2a12a3..218dbd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ env: - DB=mysql + - DB=postgresql branches: only: - 'master' @@ -7,6 +8,7 @@ rvm: - 1.9.3 services: - mysql + - postgresql before_script: - "cp config/database.yml.$DB config/database.yml" - "bundle exec rake db:create" -- cgit v1.2.1