Sha256: 0dea84883e7d6268b681c4dd7085ad51aaebe2fbdf97f56a44a5b0e85b04bcaa

Contents?: true

Size: 441 Bytes

Versions: 10

Compression:

Stored size: 441 Bytes

Contents

language: ruby

rvm:
  - '2.0.0'
  - '2.1.10'
  - '2.2.10'
  - '2.3.8'
  - '2.4.10'
  - '2.5.8'
  - '2.6.6'

gemfile:
  - 'Gemfile'

dist: trusty

install:
  - gem install bundler:1.17.3
  # Replace default Travis CI bundler script with a version that doesn't
  # explode when lockfile doesn't match recently bumped version
  - bundle install --no-deployment --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}

script: bundle exec rake

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
geordi-4.1.1 .travis.yml
geordi-4.1.0 .travis.yml
geordi-4.0.1 .travis.yml
geordi-4.0.0 .travis.yml
geordi-3.2.0 .travis.yml
geordi-3.1.0 .travis.yml
geordi-3.0.3 .travis.yml
geordi-3.0.2 .travis.yml
geordi-3.0.1 .travis.yml
geordi-3.0.0 .travis.yml