Sha256: da49c2d2f687e7879f8d1029ae5fd0ae61fee6a40a998220559fb047e175f6d0

Contents?: true

Size: 1.2 KB

Versions: 19

Compression:

Stored size: 1.2 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:
  - cd spec/test_app
  - bundle install --jobs=3 --retry=3
  - bundle exec rails db:setup
  - cd ../../
  - 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: bundle exec rspec

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
hyperstack-config-1.0.alpha1.8 .travis.yml
hyperstack-config-1.0.alpha1.7 .travis.yml
hyperstack-config-1.0.alpha1.6 .travis.yml
hyperstack-config-1.0.alpha1.5 .travis.yml
hyperstack-config-1.0.alpha1.4 .travis.yml
hyperloop-config-0.99.6 .travis.yml
hyperstack-config-1.0.alpha1.3 .travis.yml
hyperloop-config-0.99.5 .travis.yml
hyperloop-config-0.99.4 .travis.yml
hyperstack-config-1.0.alpha1.2 .travis.yml
hyperstack-config-1.0.alpha1.1 .travis.yml
hyperstack-config-1.0.0.pre.alpha1 .travis.yml
hyperstack-config-1.0.alpha1 .travis.yml
hyperstack-config-1.0.pre.alpha1 .travis.yml
hyperstack-config-0.1 .travis.yml
hyperloop-config-0.99.3 .travis.yml
hyperloop-config-0.99.2 .travis.yml
hyperloop-config-0.99.1 .travis.yml
hyperloop-config-0.99.0 .travis.yml