Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
dropping support for 1.9.x and jruby-19mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tstachl committed Nov 22, 2016
1 parent ed85dbd commit 4de599f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: ruby

rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
- jruby-19mode
- ruby-head
- jruby-head
- ree
Expand Down Expand Up @@ -46,22 +43,6 @@ matrix:
- rvm: rbx
jdk: openjdk6

# remove 1.9.2 from jdk matrix
- rvm: 1.9.2
jdk: openjdk7
- rvm: 1.9.2
jdk: oraclejdk7
- rvm: 1.9.2
jdk: openjdk6

# remove 1.9.3 from jdk matrix
- rvm: 1.9.3
jdk: openjdk7
- rvm: 1.9.3
jdk: oraclejdk7
- rvm: 1.9.3
jdk: openjdk6

# remove 2.0.0 from jdk matrix
- rvm: 2.0.0
jdk: openjdk7
Expand Down Expand Up @@ -103,8 +84,6 @@ matrix:
jdk: openjdk6

# remove jruby-19mode and jruby-head from non-jdk matrix
- rvm: jruby-19mode
jdk:
- rvm: jruby-head
jdk:

Expand Down
2 changes: 1 addition & 1 deletion desk_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency('faraday', '>= 0.8', '< 1.0')
gem.add_runtime_dependency('simple_oauth', '>= 0.1', '< 0.4')
gem.add_runtime_dependency('addressable', '>= 2.3', '< 2.5')
gem.add_runtime_dependency('addressable', '>= 2.3', '< 2.6')

gem.add_development_dependency('rake', '>= 10.1', '< 11.4')
gem.add_development_dependency('rspec', '>= 2.6', '< 3.6')
Expand Down

0 comments on commit 4de599f

Please sign in to comment.