2012-11-07 15:29:44 +01:00
|
|
|
language: ruby
|
2013-02-19 22:41:31 +01:00
|
|
|
before_install:
|
2014-01-06 19:47:36 +01:00
|
|
|
- rake --version
|
2013-02-19 22:41:31 +01:00
|
|
|
- sudo apt-get update -qq
|
|
|
|
- sudo apt-get install -qq libpcap-dev
|
2014-04-08 21:05:17 +02:00
|
|
|
# Uncomment when we have fewer shipping msftidy warnings.
|
|
|
|
# Merge committers will still be checking, just not autofailing.
|
|
|
|
# See https://dev.metasploit.com/redmine/issues/8498
|
|
|
|
# - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
|
|
|
|
# - ls -la ./.git/hooks
|
|
|
|
# - ./.git/hooks/post-merge
|
2014-04-03 17:41:42 +02:00
|
|
|
before_script:
|
2013-03-15 14:48:20 +01:00
|
|
|
- cp config/database.yml.travis config/database.yml
|
2014-01-06 19:29:50 +01:00
|
|
|
- bundle exec rake --version
|
|
|
|
- bundle exec rake db:create
|
|
|
|
- bundle exec rake db:migrate
|
2013-02-19 22:41:31 +01:00
|
|
|
|
2012-11-07 15:29:44 +01:00
|
|
|
rvm:
|
2013-01-10 20:53:47 +01:00
|
|
|
#- '1.8.7'
|
2012-11-08 03:53:55 +01:00
|
|
|
- '1.9.3'
|
2012-11-09 22:02:09 +01:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc: "irc.freenode.org#msfnotify"
|
|
|
|
|
2013-01-24 22:48:04 +01:00
|
|
|
git:
|
2013-09-17 00:23:16 +02:00
|
|
|
depth: 5
|