Skip to content

Commit

Permalink
add missing dummy app database migration to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hzamani committed Apr 12, 2013
1 parent 63a8999 commit f99ae89
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,11 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
script:
- bundle exec rspec
script: bundle exec rspec
before_script:
- psql -c 'create database translatior_gem_test;' -U postgres
- cd 'spec/dummy'
- rake db:create
- rake db:migrate
- rake db:test:prepare
- cd ../..

0 comments on commit f99ae89

Please sign in to comment.