Created
February 13, 2014 19:53
-
-
Save karnauskas/8982544 to your computer and use it in GitHub Desktop.
cookbook test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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