Skip to content

Commit

Permalink
Fix travis build issues
Browse files Browse the repository at this point in the history
* Update dev dependencies
* Update supported ruby versions
* Add before_install to use updated rubygems and bundler
  • Loading branch information
jfairbank committed Sep 22, 2017
1 parent c1bc286 commit 68b97fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
langage: ruby

rvm:
- 2.2.0
- 2.1.5
- 1.9.3
- jruby
- 2.4
- 2.3
- 2.2

before_install:
- gem update --system
- gem --version
- gem update bundler

script:
- rake spec
6 changes: 3 additions & 3 deletions chroma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.1.0'
spec.add_development_dependency 'bundler', '~> 1.15'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rspec', '~> 3.6.0'
end

0 comments on commit 68b97fb

Please sign in to comment.