Skip to content

Commit

Permalink
Merge pull request AssetSync#69 from levent/integrate_travis
Browse files Browse the repository at this point in the history
Integrate Travis CI
  • Loading branch information
davidjrice committed Apr 26, 2012
2 parents 1a55311 + eb6553e commit ccfd475
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
[![Build Status](https://secure.travis-ci.org/levent/asset_sync.png)](http://travis-ci.org/levent/asset_sync)

# Asset Sync

Synchronises Assets between Rails and S3.
Expand Down
5 changes: 5 additions & 0 deletions Rakefile
@@ -1 +1,6 @@
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

0 comments on commit ccfd475

Please sign in to comment.