Sha256: f6221f1dcb281148c96246297df11b5e09c3d9a7e164066be6a1fd55b9942af4

Contents?: true

Size: 881 Bytes

Versions: 2

Compression:

Stored size: 881 Bytes

Contents

dist: trusty
sudo: require
rvm:
  - 2.2.6
  - 2.3.3
  - 2.4.0
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:
  - mkdir travis-drivers
  - export PATH=$PWD/travis-drivers:$PATH
  - 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=spec:phantomjs
  - RAKE_TASK=spec:phantomjs RELAXED_LOCATE=false
  - RAKE_TASK=yard:doctest

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
watir-6.2.1 .travis.yml
watir-6.2.0 .travis.yml