1
0
Fork 0
mirror of synced 2024-06-19 07:21:11 -04:00

Update to Debian 9 (Stretch) for testing

This commit is contained in:
Anish Athalye 2018-03-27 17:26:34 -04:00
parent fe9ca6f5ed
commit 46b17366a3

2
test/Vagrantfile vendored
View file

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