Sha256: a4f1cf0226cc143911e7f6ada9a5493f34d64ef0808e68776b5345d4a97ac086

Contents?: true

Size: 766 Bytes

Versions: 5

Compression:

Stored size: 766 Bytes

Contents

os: linux
dist: bionic

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

services:
  - mysql
  - postgresql
  - redis-server

language: ruby

rvm:
  - 2.7
  - 3.0

env:
  - DB=mysql
  - DB=postgres

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

5 entries across 5 versions & 1 rubygems

Version Path
spree_auth_devise-4.6.0 .travis.yml
spree_auth_devise-4.5.0 .travis.yml
spree_auth_devise-4.4.2 .travis.yml
spree_auth_devise-4.4.1 .travis.yml
spree_auth_devise-4.4.0 .travis.yml