Skip to content

Commit

Permalink
tweak travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 22, 2012
1 parent 17826af commit 662bd87
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
bundler_args: --without development --path vendor/bundle
script:
- bundle exec rake travis:setup
- bundle exec rake db:reset db:setup db:migrate db:test:prepare
- bundle exec rake spec
language: ruby
before_install:
- gem install bundler
- mysql -e 'create database hyperion_test'

rvm:
- 1.9.3

bundler_args: --without development:production

before_install:
- gem update bundler

script:
- bundle exec rake travis:setup db:create db:migrate spec

0 comments on commit 662bd87

Please sign in to comment.