Sha256: 18c553be5698d8bd256c3dd9335b20cf4d1e4d740f61d541268f70d974fcd82d
Contents?: true
Size: 1.75 KB
Versions: 8
Compression:
Stored size: 1.75 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 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
8 entries across 8 versions & 1 rubygems