Sha256: bf645d4222ffb4d64de7f81a4f5851904c5d2d6042ed89d61b0c129b3115ebe6
Contents?: true
Size: 1.31 KB
Versions: 16
Compression:
Stored size: 1.31 KB
Contents
dist: trusty language: ruby cache: bundler rvm: - 2.4.4 - 2.5.1 - ruby-head services: - mysql env: - DRIVER=google-chrome TZ=Europe/Berlin before_install: - if [[ "$DRIVER" == "google-chrome" ]]; then wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -; fi - if [[ "$DRIVER" == "google-chrome" ]]; then echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list; fi - if [[ "$DRIVER" == "google-chrome" ]]; then sudo apt-get update -qq && sudo apt-get install -qq -y google-chrome-stable; fi - sudo apt-get install -qq -y fonts-liberation - gem install bundler before_script: - cd spec/test_app - bundle install --jobs=3 --retry=3 - bundle exec rails db:setup - cd ../../ - if [[ "$DRIVER" == "google-chrome" ]]; then chromedriver-update; fi - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi - if [[ "$DRIVER" == "google-chrome" ]]; then chromedriver --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which chromedriver; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi script: bundle exec rspec gemfile: - gemfiles/hyper-mesh.gemfile matrix: fast_finish: true
Version data entries
16 entries across 16 versions & 1 rubygems