chef/cookbooks/database/.travis.yml
2016-02-19 18:09:49 +01:00

13 lines
242 B
YAML

sudo: false
cache: bundler
language: ruby
bundler_args: --without kitchen_common kitchen_vagrant
rvm:
- 2.0
- 2.1
- 2.2
script:
- bundle exec foodcritic -f any .
- bundle exec rubocop
- bundle exec rspec --color --format progress