This website requires JavaScript.
Explore
Help
Register
Sign In
infosecn1nja
/
metasploit-framework
mirror of
https://github.com/infosecn1nja/metasploit-framework.git
Watch
1
Star
0
Fork
You've already forked metasploit-framework
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8b70a94b34
metasploit-framework
/
.travis.yml
9 lines
98 B
YAML
Raw
Normal View
History
Unescape
Escape
travis-ci.org integration Add the .travis.yml so that travis-ci.org knows which rubies (1.8.7 and 1.9.3 to run rake against. Add the build status button to the README.md so that people can see if the specs are passing from the main rapid7/metasploit-framework page on github just like other open source projects.
2012-11-07 14:29:44 +00:00
language
:
ruby
rvm
:
STFU, travis
2013-01-10 19:53:47 +00:00
#- '1.8.7'
Disable CI testing on 1.8.7 for now To stop the flood of everything-is-broken emails
2012-11-08 02:53:55 +00:00
-
'1.9.3'
Add IRC notifications and allow 1.8.7 to fail This should tell travis to run the tests against 1.8.7 but not to consider the whole build broken if it fails (which it currently does)
2012-11-09 21:02:09 +00:00
notifications
:
irc
:
"irc.freenode.org#msfnotify"