Skip to content
Snippets Groups Projects
Commit 9a84bbce authored by Steve Jorgensen's avatar Steve Jorgensen
Browse files

Ignore USE_SQLITE_EXT in tests under jruby

parent ea005e8d
No related branches found
No related tags found
No related merge requests found
......@@ -46,3 +46,5 @@ matrix:
gemfile: gemfiles/Gemfile.ruby1.9.3
- rvm: 2.3.0
gemfile: gemfiles/Gemfile.ruby1.9.3
- env: DB=sqlite USE_SQLITE_EXT=1
rvm: jruby-19mode
......@@ -96,6 +96,6 @@ class NearTest < GeocoderTestCase
end
def using_raw_sqlite?
ENV['DB'] == 'sqlite' and ENV['USE_SQLITE_EXT'] != '1'
ENV['DB'] == 'sqlite' && ENV['USE_SQLITE_EXT'] != '1'
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment