Skip to content

Commit

Permalink
Adding travis CI to auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
trobrock committed Jul 3, 2012
1 parent ec34daa commit b9199f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: ruby
rvm:
- 1.8.7
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Etsy

[![Build Status](https://secure.travis-ci.org/kytrinyx/etsy.png)](http://travis-ci.org/kytrinyx/etsy)

## Description

The Etsy gem provides a friendly Ruby interface to the Etsy API
Expand Down

0 comments on commit b9199f4

Please sign in to comment.