Skip to content

Commit

Permalink
Replace Debian 7 (libc6 is too old) w/ 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Jun 3, 2015
1 parent aace7d9 commit 539913a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .kitchen.travis.yml
@@ -1,10 +1,17 @@
---
driver:
name: digitalocean
# debian-8 image doesn't exist in nyc2
region: nyc3

platforms:
- name: macosx
driver:
name: localhost
- name: ubuntu-14-04-x64
- name: debian-7-0-x64
# The Debian 8 image doesn't have sudo installed
- name: debian-8-x64
provisioner:
sudo_command:
verifier:
sudo_command:
4 changes: 3 additions & 1 deletion .kitchen.yml
Expand Up @@ -15,7 +15,9 @@ platforms:
driver:
box: roboticcheese/windows-8
- name: ubuntu-14.04
- name: debian-7.8
- name: debian-8
driver:
box: boxcutter/debian80

suites:
- name: default
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -16,5 +16,5 @@
supports 'mac_os_x'
supports 'windows'
supports 'ubuntu'
supports 'debian'
supports 'debian', '>= 8.0'
# rubocop:enable SingleSpaceBeforeFirstArg

0 comments on commit 539913a

Please sign in to comment.