From: Tom Hughes Date: Sun, 22 Feb 2015 14:29:33 +0000 (+0000) Subject: Add travis configuration X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/47678874a2fd3d2889f6a3695d818b632b6c30c5?hp=fd561c51f91e0ab94df124556acc7c9418b4f801 Add travis configuration --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..825baf4ba --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: ruby +rvm: + - 1.9.3 +script: + - bundle exec rubocop -f fuubar + - bundle exec foodcritic -f any cookbooks