Sha256: 96bbb6c0725fb0aec4cd3a8bb00d5842363b13e8b799a8615ebb9a3810c0f2a8

Contents?: true

Size: 628 Bytes

Versions: 3

Compression:

Stored size: 628 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.0
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
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

3 entries across 3 versions & 1 rubygems

Version Path
berkshelf-3.0.1 .travis.yml
berkshelf-3.0.0 .travis.yml
berkshelf-3.0.0.rc1 .travis.yml