parent
25b0c86855
commit
994d4e94c6
|
@ -2,8 +2,6 @@ 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
|
||||
|
@ -11,7 +9,7 @@ before_script:
|
|||
|
||||
rvm:
|
||||
#- '1.8.7'
|
||||
- '1.9.3-p484'
|
||||
- '1.9.3'
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#msfnotify"
|
||||
|
|
Loading…
Reference in New Issue