1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Add a new .travis.yml

This commit is contained in:
Tod Beardsley 2014-04-02 11:23:43 -05:00
parent bd5e327442
commit 868a7f6b4c
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193

View File

@ -4,6 +4,8 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpcap-dev
before_script:
- ln -sf ./tools/dev/pre-commit.rb ./git/hooks/post-merge
- ./git/hooks/post-merge
- ./tools/msftidy.rb
- cp config/database.yml.travis config/database.yml
- bundle exec rake --version