Sha256: c692c36122e41a2021e2ff7fbe7d1eb1f1a182ba180bc4adfefb72e327bb1f31

Contents?: true

Size: 417 Bytes

Versions: 7

Compression:

Stored size: 417 Bytes

Contents

sudo: required
dist: trusty
addons:
    chrome: stable
before_script:
    - "sudo chown root /opt/google/chrome/chrome-sandbox"
    - "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
language: ruby
cache:
  bundler: true
  directories:
    - node_modules
  yarn: true

rvm:
  - 2.4
  - 2.5
  - 2.6
  - 2.7

install:
  - bundle install
  - nvm install node
  - yarn

script:
  - yarn test
  - bundle exec rake test

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shopify_app-13.5.0 .travis.yml
shopify_app-13.4.1 .travis.yml
shopify_app-13.4.0 .travis.yml
shopify_app-13.3.0 .travis.yml
shopify_app-13.2.0 .travis.yml
shopify_app-13.1.1 .travis.yml
shopify_app-13.1.0 .travis.yml