We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512763f commit 5fd1288Copy full SHA for 5fd1288
2 files changed
.travis.yml
@@ -10,6 +10,7 @@ rvm:
10
- 2.1
11
- 2.2
12
- 2.3.1
13
+ - jruby-9.1.2.0
14
addons:
15
code_climate:
16
repo_token: 05e3e31164d59aa626b730b92eb9b7418326dbf23420a4b87eab2555840b39ef
suture.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
spec.require_paths = ["lib"]
20
21
- sqlite3 = if defined? JRUBY_VERSION
+ sqlite3 = if RUBY_PLATFORM =~ /java/i
22
"activerecord-jdbcsqlite3-adapter"
23
else
24
"sqlite3"
0 commit comments