activerecord-postgresql-cursors 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml DELETED
@@ -1,18 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.5.0
4
- - 2.4.3
5
- - 2.3.6
6
- - 2.2.9
7
- - jruby
8
- env:
9
- - RAILS_VERSION=5.1
10
- - RAILS_VERSION=4.2
11
- matrix:
12
- allow_failures:
13
- - rvm: jruby
14
- before_install:
15
- - gem update --system
16
- - gem install bundler
17
- before_script:
18
- - psql -c 'create database postgresql_cursors_unit_tests;' -U postgres