summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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"