Sha256: 9949daed5517b42316398720bf0b94d544cd9c50bf52ebd2c19586fccf85d7e2

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

Stored size: 1.13 KB

Contents

dist: trusty
language: ruby
cache: bundler
rvm:
  - 2.4.4
  - 2.5.1
  - ruby-head
env:
  - DRIVER=google-chrome TZ=Europe/Berlin
matrix:
  fast_finish: true
  allow_failures:
    - rvm: ruby-head
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
  - gem install bundler
before_script:
  - bundle install --jobs=3 --retry=3
  - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver-update; fi
  - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi
  - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi
  - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi
  - if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi
script: echo "Needs tests!!"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyperloop-0.99.6 .travis.yml
hyperloop-0.99.5 .travis.yml
hyperloop-0.99.4 .travis.yml
hyperloop-0.99.3 .travis.yml
hyperloop-0.99.2 .travis.yml
hyperloop-0.99.1 .travis.yml
hyperloop-0.99.0 .travis.yml