added .travis.yml for automated testing

This commit is contained in:
Jan Klare
2016-08-30 09:50:56 +02:00
parent e86f258f5a
commit 12b5e233c2

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
# install chefdk for testing
install:
- wget https://packages.chef.io/stable/ubuntu/12.04/chefdk_0.17.17-1_amd64.deb
- sudo dpkg -i chefdk_0.17.17-1_amd64.deb
# run all rake tasks (lint, style and unit)
script: rake