Sha256: 041a90410f288dc1166c60bd3f62ebd5709e11a6044bec897d76b05056398c8f

Contents?: true

Size: 633 Bytes

Versions: 2

Compression:

Stored size: 633 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
  - 2.1
  - 2.2
notifications:
  irc:
    channels:
      - "irc.freenode.org#berkshelf"
    skip_join: true
    use_notice: true
  webhooks:
    urls:
      - "https://webhooks.gitter.im/e/cdd41ff6c4d1f062c2f1"
branches:
  only:
    - master
env: USE_SYSTEM_GECODE=1
bundler_args: --without guard --jobs 7
before_install:
  - sudo apt-get install -qq libarchive12 libarchive-dev libgecode-dev graphviz
before_script:
  - echo "StrictHostKeyChecking no" > ~/.ssh/config
  - git config --global user.email "ci@berkshelf.com"
  - git config --global user.name "Berkshelf"
script: bundle exec thor spec:ci

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
berkshelf-4.0.1 .travis.yml
berkshelf-4.0.0 .travis.yml