cookbook-openstackclient/.travis.yml
Jan Klare 1df4fb87ba
update travis ci config with newes chefdk and adapt to cookstyle
* this is a preparation step for fully updation to chef13 (see also PR #7 for more updates)
2018-02-12 13:13:40 +01:00

7 lines
238 B
YAML

# install chefdk for testing
install:
- wget https://packages.chef.io/files/stable/chefdk/2.4.17/ubuntu/16.04/chefdk_2.4.17-1_amd64.deb
- sudo dpkg -i chefdk_2.4.17-1_amd64.deb
# run all rake tasks (lint, style and unit)
script: rake