Sha256: 9ad29ac78fe19b5772a194569187884e09ae194596c00f7e04301dfd0b2b977d

Contents?: true

Size: 1.78 KB

Versions: 9

Compression:

Stored size: 1.78 KB

Contents

# Please note that we should not be using container-based infrastructure
# because Chrome requires a lot of shared memory and Travis does not allow
# use host's /dev/shm.
sudo: required
dist: trusty
cache: bundler
notifications:
  slack:
    secure: BLsBCm33R32VNRccrLx9F0P24X6BVpVHj1OWaN4Kyn6g9qXteIwC2VKVMnKNbifpojfMkrn0OeFQFK1O1DSOsC3mgzn/udoB+DnUGcSemFUn04xhbYF5SI+3zGPKPo0JLvjjdEKSSma84YwKdrj88pGUK34p01gL8hiaqjFzWdk=
before_script:
  - support/travis.sh
  - export PATH=~/.webdrivers:$PATH

script: bundle exec rake $RAKE_TASK

_version:
  two: &two
    language: ruby
    rvm: 2.2.7
  three: &three
    language: ruby
    rvm: 2.3.4
  four: &four
    language: ruby
    rvm: 2.4.1

_browsers:
  firefox: &firefox-latest
    addons:
      firefox: latest
  chrome: &chrome
     addons:
       chrome: stable

matrix:
  include:
      - env: RAKE_TASK=spec:remote_firefox
        <<: *four
        <<: *firefox-latest
      - env: RAKE_TASK=spec:remote_chrome
        <<: *four
        <<: *chrome
      - env: RAKE_TASK=spec:firefox RELAXED_LOCATE=false
        <<: *four
        <<: *firefox-latest
      - env: RAKE_TASK=spec:firefox
        <<: *four
        <<: *firefox-latest
      - env: RAKE_TASK=spec:firefox
        <<: *three
        <<: *firefox-latest
      - env: RAKE_TASK=spec:firefox
        <<: *two
        <<: *firefox-latest
      - env: RAKE_TASK=spec:chrome
        <<: *four
        <<: *chrome
      - env: RAKE_TASK=spec:chrome
        <<: *three
        <<: *chrome
      - env: RAKE_TASK=spec:chrome
        <<: *two
        <<: *chrome
      - env: RAKE_TASK=spec:chrome RELAXED_LOCATE=false
        <<: *four
        <<: *chrome
      - env: RAKE_TASK=spec:chrome HEADLESS=true
        <<: *four
        <<: *chrome
      - env: RAKE_TASK=yard:doctest
        <<: *four
        <<: *chrome

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
watir-6.10.2 .travis.yml
watir-6.10.0 .travis.yml
watir-6.9.1 .travis.yml
watir-6.9.0 .travis.yml
watir-6.8.4 .travis.yml
watir-6.8.3 .travis.yml
watir-6.8.2 .travis.yml
watir-6.8.1 .travis.yml
watir-6.8.0 .travis.yml