Hey Travis what's up with your rake version?

bug/bundler_fix
Tod Beardsley 2014-01-06 12:11:07 -06:00
parent 0a60e77265
commit 5ae4215229
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
language: ruby
before_install:
- rake --version
- sudo apt-get update -qq
- sudo apt-get install -qq libpcap-dev
before_script:
- cp config/database.yml.travis config/database.yml
- rake --version
- rake db:create
- rake db:migrate