diff --git a/.travis.yml b/.travis.yml index e990562..884c642 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,7 @@ env: - RAILS=3-0-stable DB=sqlite - RAILS=3-0-stable DB=mysql - RAILS=3-0-stable DB=postgres + +before_script: + - mysql -e 'create database ransack;' + - psql -c 'create database ransack;' -U postgres \ No newline at end of file