Force Travis to Ruby 1.9.3-p484

bug/bundler_fix
Tod Beardsley 2013-11-22 12:21:29 -06:00
parent 7688211009
commit 25b0c86855
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpcap-dev
- rvm stable
- rvm reload
before_script:
- cp config/database.yml.travis config/database.yml
- rake db:create
@ -9,7 +11,7 @@ before_script:
rvm:
#- '1.8.7'
- '1.9.3'
- '1.9.3-p484'
notifications:
irc: "irc.freenode.org#msfnotify"