Update to Debian 9 (Stretch) for testing
This commit is contained in:
parent
fe9ca6f5ed
commit
46b17366a3
1 changed files with 1 additions and 1 deletions
2
test/Vagrantfile
vendored
2
test/Vagrantfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
config.vm.box = 'debian/jessie64'
|
config.vm.box = 'debian/stretch64'
|
||||||
|
|
||||||
# sync by copying for isolation
|
# sync by copying for isolation
|
||||||
config.vm.synced_folder "..", "/dotbot", type: "rsync",
|
config.vm.synced_folder "..", "/dotbot", type: "rsync",
|
||||||
|
|
Loading…
Reference in a new issue