Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Add travis-ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Nov 3, 2011
1 parent b065bab commit 432e9b5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby
- rbx
gemfile:
- Gemfile
script: "bundle exec rspec spec/"
branches:
only:
- master
notifications:
email: false

0 comments on commit 432e9b5

Please sign in to comment.