소스 검색

Disabled Debian wheezy for now, since it is deprecated anyway and supporting it becomes a hassle

Till Klocke 9 년 전
부모
커밋
63935406e4
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      .kitchen.yml

+ 5 - 5
.kitchen.yml

@@ -17,11 +17,11 @@ platforms:
         box: debian/jessie64
         customize:
           memory: 128
-    - name: Debian-wheezy
-      driver:
-        box: debian/wheezy64
-        customize:
-          memory: 128
+    #- name: Debian-wheezy
+    #  driver:
+    #    box: debian/wheezy64
+    #    customize:
+    #      memory: 128
     - name: Ubuntu-trusty
       driver:
         box: ubuntu/trusty64