metasploit-framework/.travis.yml

41 lines
985 B
YAML
Raw Normal View History

2015-01-01 03:25:48 +08:00
bundler_args: --without coverage development pcap
2015-01-01 04:00:11 +08:00
cache: bundler
2014-08-28 05:50:25 +08:00
env:
- RAKE_TASKS="cucumber cucumber:boot"
- RAKE_TASKS=spec SPEC_OPTS="--tag content"
- RAKE_TASKS=spec SPEC_OPTS="--tag ~content"
2014-09-03 08:07:39 +08:00
language: ruby
matrix:
fast_finish: true
2013-02-20 05:41:31 +08:00
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- rake --version
2015-02-12 03:48:13 +08:00
# Fail build if msftidy is not successful
2015-02-12 03:40:53 +08:00
- ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
- ls -la ./.git/hooks
- ./.git/hooks/post-merge
before_script:
- cp config/database.yml.travis config/database.yml
- bundle exec rake --version
- bundle exec rake db:create
- bundle exec rake db:migrate
script:
# fail build if db/schema.rb update is not committed
- git diff --exit-code && bundle exec rake $RAKE_TASKS
sudo: false
rvm:
2014-09-08 10:55:13 +08:00
- '2.1'
notifications:
irc: "irc.freenode.org#msfnotify"
git:
depth: 5
# Blacklist certain branches from triggering travis builds
branches:
except:
- gh-pages
- metakitty