activerecord-postgresql-cursors 2.0.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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