Commit 26383fc7 by Jared Norman

fixup! Specify compatible sqlite versions for older rails

parent 37c7aa8c
......@@ -20,9 +20,9 @@ env:
matrix:
allow_failures:
- env: RAILS='~> 4.2.0'
- env: RAILS='~> 4.2.0' SQLITE_VERSION='~> 1.3.6'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.0.0'
- env: RAILS='~> 5.0.0' SQLITE_VERSION='~> 1.3.6'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.1.0'
rvm: jruby-9.1.6.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment