Test update functionality along with installation

This commit is contained in:
ronivay
2018-08-10 17:48:39 +03:00
parent c3d2856fca
commit fe577df1c3
4 changed files with 57 additions and 16 deletions

View File

@@ -43,6 +43,6 @@ Vagrant.configure(2) do |config|
#
# Run automated test installation
#
config.vm.provision :shell, path: "../../xo-install.sh", args: "--install", run: 'always'
config.vm.provision "install", type: "shell", path: "../../xo-install.sh", args: "--install", run: "never"
config.vm.provision "update", type: "shell", path: "../../xo-install.sh", args: "--update", run: "never"
end