Skip to content

Commit

Permalink
Set clean_up_on_destroy to false to seped up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Aug 31, 2015
1 parent bb0315c commit 38e2b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .kitchen.appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
driver:
name: localhost
clean_up_on_destroy: false

platforms:
- name: windows
1 change: 1 addition & 0 deletions .kitchen.travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
driver:
name: localhost
clean_up_on_destroy: false

platforms:
- name: macosx

0 comments on commit 38e2b8a

Please sign in to comment.