Skip to content

Commit

Permalink
Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed May 11, 2012
1 parent d9f4bfb commit 51a54a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
rvm:
- 1.9.2
- 1.9.3
before_install:
- gem update --system
script: "rake"
branches:
only:
- master
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# BasicDecorator

[![Build Status](https://secure.travis-ci.org/joshuaclayton/basic_decorator.png?branch=master)](http://travis-ci.org/joshuaclayton/basic_decorator)

Decoration in Ruby should be easy. With `BasicDecorator`, it is.

`BasicDecorator` was spawned by my [Gist](https://gist.github.com/1523849) in
Expand Down

0 comments on commit 51a54a1

Please sign in to comment.