where_lower 0.3.1 → 0.3.4

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,26 +0,0 @@
1
- # Send builds to container-based infrastructure
2
- # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
3
- sudo: false
4
- language: ruby
5
- cache:
6
- - bundler
7
- rvm:
8
- - 2.1.10
9
- - 2.2.6
10
- # Since the Travis Build Env does not recognize `2.3` alias yet
11
- # We need to specify the version precisely
12
- - 2.3.3
13
- - ruby-head
14
- gemfile:
15
- - gemfiles/rails_4_0.gemfile
16
- - gemfiles/rails_4_1.gemfile
17
- - gemfiles/rails_4_2.gemfile
18
- matrix:
19
- fast_finish: true
20
- allow_failures:
21
- - rvm: ruby-head
22
- include:
23
- - rvm: 2.3.3
24
- gemfile: gemfiles/rails_5_0.gemfile
25
- - rvm: ruby-head
26
- gemfile: gemfiles/rails_5_0.gemfile