Sha256: 4a64d7051085ff8af3f0935167bc8e8327615de547c8b4de976ad3ec06ea4580

Contents?: true

Size: 347 Bytes

Versions: 14

Compression:

Stored size: 347 Bytes

Contents

language: ruby

rvm:
  - '1.8.7'
  - '2.6.3'

gemfile:
  - 'Gemfile'

dist: trusty

install:
  # 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

14 entries across 14 versions & 1 rubygems

Version Path
geordi-2.12.3 .travis.yml
geordi-2.12.2 .travis.yml
geordi-2.12.1 .travis.yml
geordi-2.12.0 .travis.yml
geordi-2.11.0 .travis.yml
geordi-2.10.1 .travis.yml
geordi-2.10.0 .travis.yml
geordi-2.9.0 .travis.yml
geordi-2.8.0 .travis.yml
geordi-2.7.0 .travis.yml
geordi-2.6.0 .travis.yml
geordi-2.5.0 .travis.yml
geordi-2.4.0 .travis.yml
geordi-2.3.0 .travis.yml