1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00

Configure travis-ci to use database for rake spec

[#46224565]
This commit is contained in:
Luke Imhoff 2013-03-15 08:48:20 -05:00
parent af58a11b29
commit a78e5377cf

View File

@ -2,6 +2,10 @@ language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpcap-dev
before_script:
- cp config/database.yml.travis config/database.yml
- rake db:create
- rake db:migrate
rvm:
#- '1.8.7'