johnbellone/chef-updater-cookbook

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: ruby
cache: bundler
sudo: false
notifications:
  slack: bloomberg-rnd:BvYmxrV9xj902XWTRNrkLNkR
script: bundle exec rake travis
rvm:
  - 2.2
branches:
  only:
    - master
matrix:
  fast_finish: true