Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
erlang
Commits
21a35064
Commit
21a35064
authored
Mar 09, 2017
by
Seth Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hope this fixes an additional phantom build
Signed-off-by:
Seth Thomas
<
sthomas@chef.io
>
parent
aae614b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
.travis.yml
.travis.yml
+3
-5
No files found.
.travis.yml
View file @
21a35064
...
@@ -35,16 +35,14 @@ env:
...
@@ -35,16 +35,14 @@ env:
before_script
:
before_script
:
-
sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
-
sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
-
eval "$(/opt/chefdk/bin/chef shell-init bash)"
-
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
script
:
KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
script
:
KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
matrix
:
matrix
:
include
:
include
:
-
before_script
:
-
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
-
script
:
-
script
:
-
/opt/chefdk/bin/chef exec delivery local all
-
/opt/chefdk/bin/chef exec delivery local all
env
:
UNIT_AND_LINT=1
env
:
UNIT_AND_LINT=1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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