Can we test the modules before the bundle install?

bug/bundler_fix
Tod Beardsley 2014-04-03 10:41:42 -05:00
parent 3c657e1f0a
commit 4ce2203355
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@ before_install:
- rake --version
- sudo apt-get update -qq
- sudo apt-get install -qq libpcap-dev
before_script:
- ls -la ./.git/hooks
- ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
- ./.git/hooks/post-merge
- ls -la ./.git/hooks
- ./.git/hooks/post-merge
before_script:
- cp config/database.yml.travis config/database.yml
- bundle exec rake --version
- bundle exec rake db:create