Sha256: 9de9fad2ef1d2c0d67ee82d51415e9ad8f0aff40fba22e539d7b73e4f1a7d816

Contents?: true

Size: 551 Bytes

Versions: 3

Compression:

Stored size: 551 Bytes

Contents

language: ruby
sudo: false
dist: trusty
sudo: required
addons:
  chrome: stable
cache:
  bundler: true

before_install:
  - gem update --system # https://docs.travis-ci.com/user/languages/ruby/#Upgrading-RubyGems
  - gem install bundler
  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &

rvm:
  - 2.5.1
  - 2.4.4
  - 2.3.7

env:
  global:
    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
  matrix:
    - "RAILS_VERSION=5.2.0"
    - "RAILS_VERSION=5.1.6"
    - "RAILS_VERSION=5.0.7"
    - "RAILS_VERSION=4.2.10"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browse-everything-1.0.0.rc1 .travis.yml
browse-everything-0.16.1 .travis.yml
browse-everything-0.16.0 .travis.yml