mirror of
1
0
Fork 0

Switch to Debian for testing in Vagrant

This commit is contained in:
Anish Athalye 2016-03-05 02:07:01 -05:00
parent f52bbd1eec
commit 56aeffa387
1 changed files with 1 additions and 1 deletions

2
test/Vagrantfile vendored
View File

@ -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",