Sha256: 9555c50c20ddbdc70bb4fa972fba0ccbde79b52e530e359439f85baf71cd9e6d

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

language: ruby
cache:
  - apt
  - bundler

before_install:
  - sudo apt-get update
  - gem install bundler --no-ri --no-rdoc

install:  travis_wait bundle install --without guard --jobs 7 --retry=3
script: "bundle exec thor spec"
# prevent PR branches from running travis twice
branches:
  only:
    - master

matrix:
  include:
    - rvm: 2.3.3
    - rvm: 2.4.1
    - rvm: ruby-head
    - rvm: 2.4.1
      env:
        CHEFSTYLE: 1
      script: bundle exec rake style

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solve-4.0.0 .travis.yml