Sha256: 149fdd0a64f1e7c2fab7c394e668f7804821920f893cf0984deef16d1da7741f
Contents?: true
Size: 415 Bytes
Versions: 20
Compression:
Stored size: 415 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.3 - 2.5.0 - 2.6.2 install: - bundle install - nvm install node - yarn script: - yarn test - bundle exec rake test
Version data entries
20 entries across 20 versions & 2 rubygems