Sha256: 61484517d1c5ed1c1da1f6b09e62577dd47f9aa5576049ea44dfabe7b93405c6

Contents?: true

Size: 455 Bytes

Versions: 6

Compression:

Stored size: 455 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
before_install:
  - gem update --system
cache:
  bundler: true
  directories:
    - node_modules
  yarn: true

rvm:
  - 2.3.6
  - 2.4.3
  - 2.5.0

install:
  - bundle install
  - nvm install node
  - yarn

script:
  - yarn test
  - bundle exec rake test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shopify_app-8.6.1 .travis.yml
shopify_app-8.6.0 .travis.yml
shopify_app-8.5.1 .travis.yml
shopify_app-8.5.0 .travis.yml
shopify_app-8.4.2 .travis.yml
shopify_app-8.4.1 .travis.yml