Sha256: b6b911e033c895b94e21e85be06f8e9745132a231f488160482e48daf3bf3f1b

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 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

1 entries across 1 versions & 1 rubygems

Version Path
shopify_app-8.4.0 .travis.yml