Skip to content

Commit

Permalink
Test against different DBs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalimaha committed Apr 14, 2016
1 parent 7e05a15 commit 6dc4030
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,10 @@ rvm:

env:
- DB=sqlite
- DB=mysql

before_script:
- psql -c 'create database myapp_test' -U postgres

script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
Expand Down

0 comments on commit 6dc4030

Please sign in to comment.