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.bug/bundler_fix
parent
b973927ab2
commit
726cf8bb94
|
@ -0,0 +1,4 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- '1.8.7'
|
||||
- '1.9.3'
|
Loading…
Reference in New Issue