Sha256: c11dae3e1a86d1e3e127e7cb9f024e5d10b86ff37c5de3b2aa809c5eb5d124fb
Contents?: true
Size: 455 Bytes
Versions: 15
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.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
15 entries across 15 versions & 1 rubygems