Skip to content

Commit

Permalink
Add explicit db:create step for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Sep 20, 2016
1 parent c5249c3 commit 2309073
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

before_script:
- bundle exec rake db:create

sudo: false
language: ruby
cache: bundler
Expand Down

0 comments on commit 2309073

Please sign in to comment.