Sha256: d507158bb618f5193673466fcd8cbc3a84bdecb760ac4c5dc006f669c96e2c9d

Contents?: true

Size: 971 Bytes

Versions: 4

Compression:

Stored size: 971 Bytes

Contents

sudo: false
language: ruby
addons:
  apt:
    packages:
      - chef
      - git
      - graphviz
      - libarchive12
      - libarchive-dev
      - libgecode-dev
    sources:
      - chef-stable-precise
cache:
  - apt
  - bundler
dist: precise

script: "bundle exec thor spec:$TEST_SUITE"
before_install:
  - gem update --system
  - gem install bundler
env:
  - TEST_SUITE=unit
  - TEST_SUITE=acceptance
rvm:
  - 1.9
  - 2.0
  - 2.1
#  - jruby-19mode
matrix:
  # allow_failures:
  #   - rvm: jruby-19mode
  include:
    # Test against master of berkshelf
    - rvm: 2.2
      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

4 entries across 4 versions & 1 rubygems

Version Path
ridley-4.5.1 .travis.yml
ridley-4.5.0 .travis.yml
ridley-4.4.3 .travis.yml
ridley-4.4.2 .travis.yml