Revert "Force Travis to Ruby 1.9.3-p484"

This reverts commit 25b0c86855.
bug/bundler_fix
Tod Beardsley 2013-11-22 12:26:05 -06:00
parent 25b0c86855
commit 994d4e94c6
1 changed files with 1 additions and 3 deletions

View File

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