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

Commit

Permalink
readding 1.9.2 and 1.9.3, dropping yard
Browse files Browse the repository at this point in the history
  • Loading branch information
tstachl committed Nov 22, 2016
1 parent f448087 commit 786a7b2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
20 changes: 18 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
- jruby-19mode
- ruby-head
- jruby-head
Expand All @@ -22,8 +24,6 @@ jdk:

matrix:
allow_failures:
- rvm: 1.9.2
- rvm: 1.9.3
- rvm: ruby-head
- rvm: rbx
- rvm: ree
Expand Down Expand Up @@ -78,6 +78,22 @@ matrix:
- rvm: 2.1.0
jdk: openjdk6

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

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

# remove ruby-head from jdk matrix
- rvm: ruby-head
jdk: openjdk7
Expand Down
10 changes: 0 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,3 @@ group :test do
gem 'guard'
gem 'guard-rspec'
end

group :development do
gem 'yard', '~> 0.8.7.4'
end

# platforms :rbx do
# gem 'racc'
# gem 'rubysl', '~> 2.0'
# gem 'psych'
# end

0 comments on commit 786a7b2

Please sign in to comment.