summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2016-03-05 02:07:01 -0500
committerAnish Athalye <me@anishathalye.com>2016-03-05 02:07:01 -0500
commit56aeffa387879bdef4058946ca7e890990316744 (patch)
treeb5bb77b2bd31847b7335540eb86978ceb69a737d /test
parentf52bbd1eec0d6fb103c5fcbb75c03ca223fffdb7 (diff)
Switch to Debian for testing in Vagrant
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 37e2da0..6d3feb0 100644
--- a/test/Vagrantfile
+++ b/test/Vagrantfile
@@ -1,5 +1,5 @@
Vagrant.configure(2) do |config|
- config.vm.box = 'ubuntu/trusty64'
+ config.vm.box = 'debian/jessie64'
# sync by copying for isolation
config.vm.synced_folder "..", "/dotbot", type: "rsync",