Sha256: 6052fdc66f256d91905c4a272967556fd83f17476df57a82b8a6661252616bbc

Contents?: true

Size: 894 Bytes

Versions: 6

Compression:

Stored size: 894 Bytes

Contents

os: linux
dist: bionic

addons:
  apt:
    sources:
      - google-chrome
    packages:
      - google-chrome-stable

services:
  - mysql
  - postgresql

language: ruby

rvm:
  - 2.5
  - 2.6

env:
  - DB=mysql
  - DB=postgres

gemfile:
  - gemfiles/spree_4_1.gemfile
  - gemfiles/spree_master.gemfile

jobs:
  allow_failures:
    - gemfile: gemfiles/spree_master.gemfile

before_install:
  - mysql -u root -e "GRANT ALL ON *.* TO 'travis'@'%';"

before_script:
  - CHROME_MAIN_VERSION=`google-chrome-stable --version | sed -E 's/(^Google Chrome |\.[0-9]+ )//g'`
  - CHROMEDRIVER_VERSION=`curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROME_MAIN_VERSION"`
  - curl "https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip" -O
  - unzip chromedriver_linux64.zip -d ~/bin

script:
  - bundle exec rake test_app
  - bundle exec rake spec

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree_auth_devise-4.2.1 .travis.yml
spree_analytics_trackers-2.1.1 .travis.yml
spree_analytics_trackers-2.1.0 .travis.yml
spree_analytics_trackers-2.0.0 .travis.yml
spree_analytics_trackers-2.0.0.rc1 .travis.yml
spree_auth_devise-4.2.0 .travis.yml