summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFederico Ravasio <ravasio.federico@gmail.com>2013-01-20 14:11:09 +0100
committerFederico Ravasio <ravasio.federico@gmail.com>2013-01-20 14:11:09 +0100
commitb2d0e25c2bbc546c3ba6e8c6e8ee10798eca1d9a (patch)
tree41caf27d69a0f970c07cd653ce46f0bd43d9a072 /.travis.yml
parent5fd3c039d465ed5e658d68fbdf064f9eb67e4c70 (diff)
downloadgitlab-ci-b2d0e25c2bbc546c3ba6e8c6e8ee10798eca1d9a.tar.gz
Added postgresql support.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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"