1
0
Fork 0
mirror of synced 2024-07-26 18:11:13 -04:00

Switch to more recent version of Debian

This commit is contained in:
Anish Athalye 2019-10-12 10:36:35 -04:00
parent cdef01e9c4
commit 32741ea0ca

2
test/Vagrantfile vendored
View file

@ -1,5 +1,5 @@
Vagrant.configure(2) do |config|
config.vm.box = 'debian/stretch64'
config.vm.box = 'debian/buster64'
# sync by copying for isolation
config.vm.synced_folder "..", "/dotbot", type: "rsync"