Sha256: 1ac56ebc157c60f084813d2f46501494b27c8dae2513a5e30e2f138c922b3728
Contents?: true
Size: 409 Bytes
Versions: 11
Compression:
Stored size: 409 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.5 - 2.6 - 2.7 install: - bundle install - nvm install node - yarn script: - yarn test - bundle exec rake test
Version data entries
11 entries across 11 versions & 1 rubygems