Skip to content

Commit

Permalink
Added Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael van Rooijen committed Sep 11, 2011
1 parent 409120d commit 40c74ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
script: "bundle exec rspec ./spec/"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
branches:
only:
- master
- develop
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@ Backup 3

Backup is a RubyGem, written for Linux and Mac OSX, that allows you to easily perform backup operations on both your remote, as well as your local environment. It provides you with an elegant DSL in Ruby for modeling (configuring) your backups. Backup has built-in support for various databases, storage protocols/services, syncers, compressors, encryptors and notifiers which you can mix and match. It was built with modularity, extensibility and simplicity in mind.

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

Author
------
Expand Down

0 comments on commit 40c74ef

Please sign in to comment.