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:
parent
868a7f6b4c
commit
2a26b7e9b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user