Sha256: 845c8705d906ff8fa3d75af0b6cfd3107171a21a4f4714a97f415c3f39d26c8e

Contents?: true

Size: 953 Bytes

Versions: 3

Compression:

Stored size: 953 Bytes

Contents

sudo: false
language: ruby
addons:
  apt:
    packages:
      - chef
      - git
      - graphviz
      - libarchive12
      - libarchive-dev
      - libgecode-dev
    sources:
      - chef-stable-precise
cache:
  - apt
  - bundler
bundler_args: --without development
dist: precise
branches:
  only:
    - master
script: "bundle exec thor spec:all"
before_install:
  - gem update --system
  - gem install bundler
matrix:
  include:
    - rvm: 2.2.5
    - rvm: 2.3.1
    - rvm: ruby-head
    # Test against master of berkshelf
#    - rvm: 2.2.5
#      gemfile: berkshelf/Gemfile
#      before_install:
#        - gem update --system
#        - gem install bundler
#        - git clone --depth 1 https://github.com/berkshelf/berkshelf
#        - cd berkshelf
#        - echo "gem 'ridley', :path => '..'" >> Gemfile
#      install: bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
#      env:
#      script: bundle exec thor spec:ci

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ridley-5.1.1 .travis.yml
ridley-5.1.0 .travis.yml
ridley-5.0.0 .travis.yml