Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
a2d68493
Commit
a2d68493
authored
Jun 28, 2017
by
Tim Smith
Browse files
Simplify Travis config and fix ChefDK 2.0 failures
parent
aa27b6c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
a2d68493
...
...
@@ -4,7 +4,7 @@ dist: trusty
addons
:
apt
:
sources
:
-
chef-
stable
-trusty
-
chef-
current
-trusty
packages
:
-
chefdk
...
...
@@ -54,17 +54,17 @@ env:
before_script
:
-
sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
-
eval "$(
/opt/chefdk/bin/
chef shell-init bash)"
-
/opt/chefdk/embedded/bin/
chef --version
-
/opt/chefdk/embedded/bin/
cookstyle --version
-
/opt/chefdk/embedded/bin/
foodcritic --version
-
eval "$(chef shell-init bash)"
-
chef --version
-
cookstyle --version
-
foodcritic --version
script
:
KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
/opt/chefdk/embedded/bin/
kitchen verify ${INSTANCE}
script
:
KITCHEN_LOCAL_YAML=.kitchen.dokken.yml kitchen verify ${INSTANCE}
matrix
:
include
:
-
script
:
-
/opt/chefdk/bin/
chef exec delivery local all
-
chef exec delivery local all
env
:
-
UNIT_AND_LINT=1
-
CHEF_FIPS=''
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment