Skip to content

Commit bcecf98

Browse files
committed
stop testing on ruby 1.8.7, add 2.0.0
1 parent 0ca3d0c commit bcecf98

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
rvm:
2-
- 1.8.7
32
- 1.9.3
3+
- 2.0.0

Gemfile

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
group :development, :test do
6-
gem 'byebug'
7-
end

spec/spec_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
SimpleCov.start
55
require 'rspec'
66
require 'rack/test'
7-
require 'byebug'
87
require 'omniauth'
98
require 'omniauth-constantcontact2'
109

0 commit comments

Comments
 (0)