Sha256: 75a6a7929202597c399aee6c9b4134469b05c2ab1442360e2f95923c09a44832

Contents?: true

Size: 428 Bytes

Versions: 2

Compression:

Stored size: 428 Bytes

Contents

sudo: false
language: ruby
cache: bundler

addons:
  apt:
    packages:
      - libarchive-dev

matrix:
  include:
    - rvm: 2.3.7
    - rvm: 2.4.4
    - rvm: 2.5.1
    - rvm: ruby-head
  allow_failures:
    - rvm: ruby-head

branches:
  only:
  - master

bundler_args: --without docs development

before_install:
  - gem install bundler
  - bundle --version
  - gem update --system
  - gem --version

script: bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mixlib-archive-0.4.16 .travis.yml
mixlib-archive-0.4.13 .travis.yml