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

Let's not screw up the .travis.yml

This commit is contained in:
Tod Beardsley 2014-04-03 10:00:19 -05:00
parent 868a7f6b4c
commit 2a26b7e9b9
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193

View File

@ -4,8 +4,10 @@ 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
- ls -la ./.git/hooks
- ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
- ./.git/hooks/post-merge
- ls -la ./.git/hooks
- ./tools/msftidy.rb
- cp config/database.yml.travis config/database.yml
- bundle exec rake --version