We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57224bb commit f3ddf3fCopy full SHA for f3ddf3f
2 files changed
.travis.yml
@@ -6,7 +6,7 @@ env:
6
rvm:
7
- 2.2.5
8
- 2.3.1
9
- - jruby-9.1.2.0
+ - jruby
10
- rbx
11
gemfile:
12
- Gemfile
@@ -19,3 +19,4 @@ sudo: false
19
matrix:
20
allow_failures:
21
- rvm: rbx
22
+ - rvm: jruby
Gemfile-pure
@@ -21,7 +21,6 @@ group :development do
end
23
group :debug do
24
- gem "wirble"
25
gem "ruby-debug", platforms: :jruby
26
gem "byebug", platform: :mri
27
0 commit comments