2017-05-02 11:58:32 +02:00

14 lines
226 B
Makefile

travis: bundle berks
bundle exec chefstyle -D
bundle exec foodcritic .
bundle exec rspec --color --format doc
integration: bundle berks
bundle exec kitchen test
bundle:
bundle install
berks:
bundle exec berks install