added .travis.yml for automated testing
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user