File tree Expand file tree Collapse file tree 5 files changed +16
-0
lines changed Expand file tree Collapse file tree 5 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ service_name : travis-ci
Original file line number Diff line number Diff line change 1+ language : ruby
2+ rvm :
3+ - 2.3.1
4+ before_install : gem install bundler -v 1.10.6
5+ install :
6+ - bundle install
7+ - bundle exec rake install
8+ script : " rake spec"
9+ after_success : " coveralls"
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ source 'https://rubygems.org'
22
33# Specify your gem's dependencies in optimizely-sdk.gemspec
44gemspec
5+ gem 'coveralls' , require : false
56gem 'murmurhash3'
67gem 'webmock'
Original file line number Diff line number Diff line change 11#Optimizely Ruby SDK
2+ [ ![ Build Status] ( https://travis-ci.org/optimizely/ruby-sdk.svg?branch=master )] ( https://travis-ci.org/optimizely/ruby-sdk )
3+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/optimizely/ruby-sdk/badge.svg )] ( https://coveralls.io/github/optimizely/ruby-sdk )
4+ [ ![ Apache 2.0] ( https://img.shields.io/github/license/nebula-plugins/gradle-extra-configurations-plugin.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
25
36This repository houses the Ruby SDK for Optimizely's Full Stack product.
47
Original file line number Diff line number Diff line change 1+ require 'coveralls'
2+ Coveralls . wear!
13$LOAD_PATH. unshift File . expand_path ( '../../lib' , __FILE__ )
24require 'optimizely'
35require 'spec_params'
You can’t perform that action at this time.
0 commit comments