Sha256: a10560012bef9653642a579f0a38fc94747c37204578f1c171d8d79222c91721
Contents?: true
Size: 1.76 KB
Versions: 4
Compression:
Stored size: 1.76 KB
Contents
addons: apt: packages: - chef - git - graphviz - libarchive12 - libarchive-dev - libgecode-dev sources: - chef-stable-precise cache: - apt - bundler dist: precise env: global: USE_SYSTEM_GECODE=1 language: ruby notifications: irc: channels: - "irc.freenode.org#berkshelf" skip_join: true use_notice: true webhooks: urls: - "https://webhooks.gitter.im/e/cdd41ff6c4d1f062c2f1" branches: only: - master bundler_args: --without guard changelog --jobs 7 before_install: # RubyGems 2.6.2 and bundler 1.11.2 have an incompatibility that occurs when # using some gem APIs. See: https://github.com/bundler/bundler/issues/4368 - gem update --system 2.6.1 - gem install bundler before_script: - echo "StrictHostKeyChecking no" > ~/.ssh/config - git config --global user.email "ci@berkshelf.com" - git config --global user.name "Berkshelf" matrix: include: - rvm: 2.0.0 - rvm: 2.1 - rvm: 2.2 - rvm: 2.2 before_install: # Failures in the berkshelf-api gemspec were happening with bundler 1.8 - gem install bundler --version=1.10.6 # Needed until https://github.com/travis-ci/apt-package-whitelist/pull/1820 is merged - sudo apt-get update - sudo apt-get -y install squid3 sudo: required env: - PROXY_TESTS_DIR=/tmp/proxy_tests - PROXY_TESTS_REPO=$PROXY_TESTS_DIR/repo - rvmsudo_secure_path=1 script: - git clone https://github.com/chef/proxy_tests.git - cd proxy_tests && chef-client -z -o proxy_tests::render && cd .. - rvmsudo -E bundle exec bash $PROXY_TESTS_DIR/run_tests.sh berkshelf \* \* /tmp/out.txt after_script: cat /tmp/out.txt script: bundle exec thor spec:ci
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
berkshelf-4.3.5 | .travis.yml |
berkshelf-4.3.3 | .travis.yml |
berkshelf-4.3.2 | .travis.yml |
berkshelf-4.3.1 | .travis.yml |