Land #4303, Travis build blacklist

gh-pages, metakitty
bug/bundler_fix
William Vu 2014-12-05 14:03:38 -06:00
commit 38d1b21eba
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
2 changed files with 10 additions and 0 deletions

4
.gitignore vendored
View File

@ -83,3 +83,7 @@ data/meterpreter/screenshot.*.dll
# private source. If you're interested in this functionality,
# check out Metasploit Pro: http://metasploit.com/download
data/meterpreter/ext_server_pivot.*.dll
# Avoid checking in metakitty, the source for
# https://rapid7.github.io/metasploit-framework. It's an orphan branch.
/metakitty

View File

@ -36,3 +36,9 @@ notifications:
git:
depth: 5
# Blacklist certain branches from triggering travis builds
branches:
except:
- gh-pages
- metakitty