Skip to content

Commit

Permalink
load schema on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Aug 8, 2011
1 parent 76387a8 commit 2234cb2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Gemfile.lock
Expand Up @@ -29,6 +29,7 @@ GEM
activesupport (= 3.0.3)
activesupport (3.0.3)
addressable (2.2.6)
archive-tar-minitar (0.5.2)
arel (2.0.10)
bcrypt-ruby (2.1.4)
builder (2.1.2)
Expand Down Expand Up @@ -68,6 +69,8 @@ GEM
thor (~> 0.14)
json (1.5.2)
linecache (0.45)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
Expand Down Expand Up @@ -129,6 +132,16 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
rufus-scheduler (2.0.9)
tzinfo (>= 0.3.23)
sass (3.1.3)
Expand Down Expand Up @@ -162,6 +175,8 @@ DEPENDENCIES
geoip
haml-rails
jquery-rails
linecache
linecache19
mysql2 (= 0.2.6)
nokogiri
rails (= 3.0.3)
Expand All @@ -171,6 +186,7 @@ DEPENDENCIES
resque-scheduler
rspec-rails
ruby-debug
ruby-debug19
sass
settingslogic
thin
3 changes: 3 additions & 0 deletions script/setup_travis.sh
Expand Up @@ -5,6 +5,9 @@ cp config/database.yml.example config/database.yml
echo "create test database"
mysql -e 'create database podup_test;' >/dev/null

echo "load database"
RAILS_ENV=test bundle exec rake db:schema:load

echo "fetch geoip database"
./script/get_geoip.sh

Expand Down

0 comments on commit 2234cb2

Please sign in to comment.