Sha256: 4a53a832f49deecde9322b9dff2bb84458f7b238fa15fd241a1ce5d2f7b4367b
Contents?: true
Size: 1.41 KB
Versions: 2
Compression:
Stored size: 1.41 KB
Contents
language: ruby sudo: false cache: bundler before_install: - travis_retry gem install bundler rvm: - 2.5.0 - 2.4.3 - 2.3.6 - 2.2.9 env: - RAILS=4-2-stable AREL=6-0-stable DB=sqlite - RAILS=4-2-stable AREL=6-0-stable DB=mysql - RAILS=4-2-stable AREL=6-0-stable DB=postgres - RAILS=5-0-stable AREL=7-0-stable DB=sqlite - RAILS=5-0-stable AREL=7-0-stable DB=mysql - RAILS=5-0-stable AREL=7-0-stable DB=postgres - RAILS=5-1-stable AREL=8-0-stable DB=sqlite - RAILS=5-1-stable AREL=8-0-stable DB=mysql - RAILS=5-1-stable AREL=8-0-stable DB=postgres matrix: include: - rvm: 2.5.0 env: RAILS=master DB=sqlite3 - rvm: 2.5.0 env: RAILS=master DB=mysql - rvm: 2.5.0 env: RAILS=master DB=postgres - rvm: 2.4.3 env: RAILS=master DB=sqlite3 - rvm: 2.4.3 env: RAILS=master DB=mysql - rvm: 2.4.3 env: RAILS=master DB=postgres - rvm: 2.3.6 env: RAILS=master DB=sqlite3 - rvm: 2.3.6 env: RAILS=master DB=mysql - rvm: 2.3.6 env: RAILS=master DB=postgres - rvm: 2.2.9 env: RAILS=master DB=sqlite3 - rvm: 2.2.9 env: RAILS=master DB=mysql - rvm: 2.2.9 env: RAILS=master DB=postgres before_script: - mysql -e 'create database ransack collate utf8_general_ci;' - mysql -e 'use ransack;show variables like "%character%";show variables like "%collation%";' - psql -c 'create database ransack;' -U postgres
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polyamorous-1.3.3 | .travis.yml |
polyamorous-1.3.2 | .travis.yml |