Skip to content

Commit

Permalink
TravisCI & docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Oct 18, 2016
1 parent 45bec36 commit ebd8860
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "rake spec"
rvm:
- 2.2.4
- 2.3.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Capistrano::Chewy
[![Gem Version](https://badge.fury.io/rb/capistrano-chewy.svg)](http://badge.fury.io/rb/capistrano-chewy)
[![Build Status](https://travis-ci.org/nbulaj/capistrano-chewy.svg?branch=master)](https://travis-ci.org/nbulaj/capistrano-chewy)

Manage and continuously rebuild your ElasticSearch indexes with [Chewy](https://github.com/toptal/chewy/) and [Capistrano](https://github.com/capistrano/capistrano) v3.

Expand Down
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task default: :spec

0 comments on commit ebd8860

Please sign in to comment.