Skip to content

Commit

Permalink
Travis!
Browse files Browse the repository at this point in the history
  • Loading branch information
foca committed Apr 16, 2012
1 parent c509795 commit 5fd511b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
- jruby-19mode
env:
- RUBYOPT="$RUBYOPT -Itest -Ilib"
notifications:
email:
- contacto@nicolassanguinetti.info
2 changes: 2 additions & 0 deletions Gemfile
@@ -0,0 +1,2 @@
source :rubygems
gemspec
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Migrake::SQLStore

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

An extension for [Migrake][migrake] that stores the rake tasks that you ran in a
SQL database instead of the filesystem, useful for hosts like [Heroku][heroku]
where you have a read-only filesystem.
Expand Down

0 comments on commit 5fd511b

Please sign in to comment.