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
Luke Imhoff 2012-11-07 08:29:44 -06:00
parent b973927ab2
commit 726cf8bb94
2 changed files with 5 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: ruby
rvm:
- '1.8.7'
- '1.9.3'

View File

@ -1,5 +1,6 @@
Metasploit
[![Build Status](https://travis-ci.org/rapid7/metasploit-framework.png)](https://travis-ci.org/rapid7/metasploit-framework)
==
The Metasploit Framework is released under a BSD-style license. See
COPYING for more details.