metasploit-framework/.travis.yml

25 lines
528 B
YAML
Raw Normal View History

language: ruby
2013-02-19 21:41:31 +00:00
before_install:
- rake --version
2013-02-19 21:41:31 +00:00
- sudo apt-get update -qq
- sudo apt-get install -qq libpcap-dev
before_script:
2014-04-03 15:00:19 +00:00
- ls -la ./.git/hooks
- ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
- ./.git/hooks/post-merge
- ls -la ./.git/hooks
- cp config/database.yml.travis config/database.yml
- bundle exec rake --version
- bundle exec rake db:create
- bundle exec rake db:migrate
2013-02-19 21:41:31 +00:00
rvm:
2013-01-10 19:53:47 +00:00
#- '1.8.7'
- '1.9.3'
notifications:
irc: "irc.freenode.org#msfnotify"
git:
depth: 5