Sha256: b6c6e3b87775fdab6de70340a3296814e740849e7b2211ec640a3b31d48c4ab2

Contents?: true

Size: 907 Bytes

Versions: 6

Compression:

Stored size: 907 Bytes

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
rvm:
  - 2.2.7
  - 2.3.4
  - 2.4.1
addons:
  firefox: latest
  apt:
    packages:
      - unzip
      - libxss1
      - google-chrome-stable
cache: bundler
notifications:
  recipients:
    - p0deje@gmail.com
    - jarmo.p@gmail.com
    - titusfortner@gmail.com
  slack:
    secure: BLsBCm33R32VNRccrLx9F0P24X6BVpVHj1OWaN4Kyn6g9qXteIwC2VKVMnKNbifpojfMkrn0OeFQFK1O1DSOsC3mgzn/udoB+DnUGcSemFUn04xhbYF5SI+3zGPKPo0JLvjjdEKSSma84YwKdrj88pGUK34p01gL8hiaqjFzWdk=
before_script:
  - support/travis.sh
script: bundle exec rake $RAKE_TASK
env:
  - RAKE_TASK=spec:firefox
  - RAKE_TASK=spec:firefox RELAXED_LOCATE=false
  - RAKE_TASK=spec:chrome
  - RAKE_TASK=spec:chrome RELAXED_LOCATE=false
  - RAKE_TASK=yard:doctest

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
watir-6.5.0 .travis.yml
watir-6.4.3 .travis.yml
watir-6.4.2 .travis.yml
watir-6.4.1 .travis.yml
watir-6.4.0 .travis.yml
watir-6.4.0.rc2 .travis.yml