Skip to content

Commit

Permalink
Add some more Travis stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusvk committed Jan 31, 2014
1 parent dbad0f3 commit 288b88e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.0"
script: TRAVIS=true bundle exec rake spec
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,6 +6,7 @@ source "https://rubygems.org"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development, :test do
gem "rake"
gem "rails", '>= 3.1.0'
gem "rspec", "~> 2.10.0"
gem "after_commit_action"
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -138,6 +138,7 @@ DEPENDENCIES
database_cleaner (>= 1.1.1)
jeweler (~> 2.0.1)
rails (>= 3.1.0)
rake
rdoc (~> 3.12)
rspec (~> 2.10.0)
rspec-extra-formatters
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,8 @@ Turbo-charged counter caches for your Rails app. Huge improvements over the Rail
* Executes counter updates after the commit, avoiding [deadlocks](http://mina.naguib.ca/blog/2010/11/22/postgresql-foreign-key-deadlocks.html)
* Can keep a running count, or a running total

+[![Build Status](https://travis-ci.org/magnusvk/counter_culture.png)](https://travis-ci.org/magnusvk/counter_culture)

## Installation

Add counter_culture to your Gemfile:
Expand Down

0 comments on commit 288b88e

Please sign in to comment.