Skip to content

Commit f3ddf3f

Browse files
committed
Change Travis JRuby to default and allow failures.
1 parent 57224bb commit f3ddf3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
rvm:
77
- 2.2.5
88
- 2.3.1
9-
- jruby-9.1.2.0
9+
- jruby
1010
- rbx
1111
gemfile:
1212
- Gemfile
@@ -19,3 +19,4 @@ sudo: false
1919
matrix:
2020
allow_failures:
2121
- rvm: rbx
22+
- rvm: jruby

Gemfile-pure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ group :development do
2121
end
2222

2323
group :debug do
24-
gem "wirble"
2524
gem "ruby-debug", platforms: :jruby
2625
gem "byebug", platform: :mri
2726
end

0 commit comments

Comments
 (0)