This website requires JavaScript.
Explore
Help
Sign In
github
/
metasploit-framework
Watch
1
Fork
0
You've already forked metasploit-framework
mirror of
https://github.com/rapid7/metasploit-framework
synced
2024-11-12 11:52:01 +01:00
Code
Releases
Activity
d0478eb73f
metasploit-framework
/
.travis.yml
9 lines
97 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 15:29:44 +01:00
language
:
ruby
rvm
:
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 22:02:09 +01: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 03:53:55 +01: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 22:02:09 +01:00
notifications
:
irc
:
"irc.freenode.org#msfnotify"
Copy Permalink