summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2018-03-27 17:26:34 -0400
committerAnish Athalye <me@anishathalye.com>2018-03-27 17:26:34 -0400
commit46b17366a37f8142966d5d5b93849ce25ea23808 (patch)
tree1aefd4624cfc12eaac14178ce1be2cebb6bbea3e /test
parentfe9ca6f5ede35d16f28e0c5db781fb39437fd171 (diff)
Update to Debian 9 (Stretch) for testing
Diffstat (limited to 'test')
-rw-r--r--test/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Vagrantfile b/test/Vagrantfile
index 6d3feb0..8ce1739 100644
--- a/test/Vagrantfile
+++ b/test/Vagrantfile
@@ -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",