topaz2/chef_boilerplate_php

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.0.0
  - 2.1.0
bundler_args: --without integration development
cache:
  - bundler
script:
  - bundle ex foodcritic -f any --tags ~FC001 .
  - bundle ex rspec --color --format progress
  - bundle ex rubocop
notifications:
  email:
    on_success: never  # default: change
    on_failure: always # default: always