update tests to f29

This commit is contained in:
clime 2019-03-11 16:09:32 +01:00
parent 2e30538b1a
commit 482915fc40

2
Vagrantfile vendored
View file

@ -5,7 +5,7 @@ Vagrant.configure(2) do |config|
### distgit Fedora ###################################################
config.vm.define "distgit" do |distgit|
distgit.vm.box = "fedora/27-cloud-base"
distgit.vm.box = "fedora/29-cloud-base"
distgit.vm.synced_folder ".", "/vagrant", type: "rsync"