parent
25b0c86855
commit
994d4e94c6
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue