Skip to content

Commit

Permalink
vagrant: add Ubuntu 19.04 box
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini committed Jun 14, 2019
1 parent 648a65a commit 60e6d0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Vagrantfile
Expand Up @@ -34,6 +34,10 @@ Vagrant.configure("2") do |config|
'image' => 'ubuntu/cosmic64',
'scripts' => [ $ubuntu_18_deps, ],
},
'ubuntu-19.04' => {
'image' => 'ubuntu/disco64',
'scripts' => [ $ubuntu_18_deps, ],
},
}
boxes.each do | name, params |
config.vm.define name do |box|
Expand Down

0 comments on commit 60e6d0a

Please sign in to comment.