Skip to content

Commit 8b68e56

Browse files
author
Courtney Wilburn
committed
adding build status to readme
1 parent e690da0 commit 8b68e56

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/cjwilburn/chef-fw1.png)](https://travis-ci.org/cjwilburn/chef-fw1)
2+
13
chef-fw1
24
========
35

travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: ruby
2+
rvm:
3+
- 1.9.3
4+
- jruby-18mode # JRuby in 1.8 mode
5+
- jruby-19mode # JRuby in 1.9 mode
6+
- rbx-18mode
7+
- rbx-19mode
8+
- 1.8.7

0 commit comments

Comments
 (0)