Skip to content

Commit e00e67d

Browse files
committed
add CI through travis
1 parent e31b4f0 commit e00e67d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: ruby
2+
rvm:
3+
- 2.1
4+
- 2.2
5+
- 2.3.0
6+
sudo: false
7+
cache: bundler
8+
script:
9+
- bundle exec rspec

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
# Specify your gem's dependencies in errbit_github_plugin.gemspec
44
gemspec
55

6-
gem 'errbit_plugin', :git => 'https://github.com/errbit/errbit_plugin.git'
6+
gem 'errbit_plugin'
77
gem 'rspec'
88
gem 'guard'
99
gem 'guard-rspec'

errbit_github_plugin.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ Gem::Specification.new do |spec|
2424

2525
spec.add_development_dependency "bundler", "~> 1.3"
2626
spec.add_development_dependency "rake"
27+
spec.add_development_dependency "activesupport"
2728
end

0 commit comments

Comments
 (0)