Sha256: f3811f96bf93127cd20adbfa0a5d3125d3aaa1e445bd0beaea683b8b9a42184b

Contents?: true

Size: 335 Bytes

Versions: 6

Compression:

Stored size: 335 Bytes

Contents

language: ruby
cache: bundler
dist: xenial

before_install:
  - gem update --system
  - gem install bundler || true

rvm:
  - 2.3.8
  - 2.4.5
  - 2.5.5
  - 2.6.2

branches:
  only:
    - master

install:
  - bundle install --jobs 3 --retry 3

# The integration tests need to see installed gems.
script: rspec --color --format progress

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
appbundler-0.12.5 .travis.yml
appbundler-0.12.4 .travis.yml
appbundler-0.12.3 .travis.yml
appbundler-0.12.2 .travis.yml
appbundler-0.12.1 .travis.yml
appbundler-0.12.0 .travis.yml