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'
2
2
3
3
# Specify your gem's dependencies in optimizely-sdk.gemspec
4
4
gemspec
5
+ gem 'coveralls' , require : false
5
6
gem 'murmurhash3'
6
7
gem 'webmock'
Original file line number Diff line number Diff line change 1
1
#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 )
2
5
3
6
This repository houses the Ruby SDK for Optimizely's Full Stack product.
4
7
Original file line number Diff line number Diff line change
1
+ require 'coveralls'
2
+ Coveralls . wear!
1
3
$LOAD_PATH. unshift File . expand_path ( '../../lib' , __FILE__ )
2
4
require 'optimizely'
3
5
require 'spec_params'
You can’t perform that action at this time.
0 commit comments