diff --git a/GNUmakefile b/GNUmakefile index 1b84675486d..6805d530225 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -82,5 +82,8 @@ install: bin/nomad travis: @sudo apt-get install -y qemu @sh -c "'$(PWD)/scripts/update_docker.sh'" + @sh -c "'$(PWD)/scripts/install_rkt.sh'" + @sh -c "'$(PWD)/scripts/install_consul.sh'" + @sh -c "'$(PWD)/scripts/install_vault.sh'" .PHONY: all bin cov integ test vet web web-push test-nodep diff --git a/Vagrantfile b/Vagrantfile index f9d8e2de602..43b964b13c4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,9 +6,7 @@ VAGRANTFILE_API_VERSION = "2" DEFAULT_CPU_COUNT = 2 $script = <