Skip to content

Instantly share code, notes, and snippets.

@karnauskas
Created February 13, 2014 19:53
Show Gist options
  • Save karnauskas/8982544 to your computer and use it in GitHub Desktop.
Save karnauskas/8982544 to your computer and use it in GitHub Desktop.
cookbook test
language: ruby
bundler_args: --without development integration
rvm:
- 1.9.3
- 2.0.0
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
before_script:
- bundle exec berks install
script:
- bundle exec foodcritic -f any . --tags ~FC005
- bundle exec rubocop
- bundle exec rspec --color --format progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment