Sha256: c95f3fa9f191cce273f3a42f49860e2f2c629cd16111aa5e60d899330f716d9b

Contents?: true

Size: 532 Bytes

Versions: 9

Compression:

Stored size: 532 Bytes

Contents

language: ruby
sudo: false
addons:
  apt:
    packages:
      - chromium-browser
rvm:
  - 2.5
  - 2.6
  - 2.7

gemfile:
  - test/gemfiles/rails_4_2.gemfile
  - test/gemfiles/rails_5_0.gemfile
  - test/gemfiles/rails_5_1.gemfile
  - test/gemfiles/rails_6_0.gemfile

jobs:
  exclude:
    rvm: 2.7
    gemfile: test/gemfiles/rails_4_2.gemfile

cache: bundler
bundler_args: --path ../../vendor/bundle --without debug
notifications:
  slack: heybb:3n88HHilXn76ji9vV4gL819Y
env:
  global:
  - VERBOSE=1
script:
  bundle exec rake --trace

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
bootstrap-4.6.2.1 .travis.yml
bootstrap-4.6.2 .travis.yml
nex-bootstrap-4.6.3 .travis.yml
bootstrap-4.6.1 .travis.yml
bootstrap-4.6.0 .travis.yml
bootstrap-4.5.3 .travis.yml
bootstrap-5.0.0.alpha1 .travis.yml
bootstrap-4.5.2 .travis.yml
bootstrap-4.5.0 .travis.yml