Skip to content

Commit bef323c

Browse files
committed
Clean up unused JRuby logic in Travis config
We no longer test against JRuby.
1 parent ac7ab95 commit bef323c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ before_install:
1919

2020
script:
2121
- bundle exec rspec
22-
# Skip Overcommit on JRuby since it's unstable and doesn't actually test Overcommit
23-
- '[[ $TRAVIS_RUBY_VERSION =~ ^jruby ]] && exit || true'
2422
- bundle exec overcommit --sign
2523
- bundle exec overcommit --sign pre-commit
2624
- bundle exec overcommit --run

0 commit comments

Comments
 (0)