Skip to content

Commit cc11e37

Browse files
committed
Remove references to old tmux version from Vagrant
1 parent 8f4d0ee commit cc11e37

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Vagrantfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
VAGRANTFILE_API_VERSION = '2'
22

33
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
4-
5-
config.vm.define :ubuntu do |ubuntu|
6-
ubuntu.vm.box = 'hashicorp/precise32'
7-
ubuntu.vm.provision 'shell', path: 'vagrant_ubuntu_provisioning.sh'
8-
end
9-
104
config.vm.define :ubuntu_two_five do |ubuntu|
115
ubuntu.vm.box = 'hashicorp/precise32'
126
ubuntu.vm.provision 'shell', path: 'vagrant_ubuntu_provisioning_two_five.sh'
137
end
14-
15-
config.vm.define :centos do |centos|
16-
centos.vm.box = 'chef/centos-6.5'
17-
centos.vm.provision 'shell', path: 'vagrant_centos_provisioning.sh'
18-
end
19-
208
end

run-tests

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ run_tests_on_vm() {
6060

6161
main() {
6262
run_tests_on_vm "ubuntu_two_five"
63-
run_tests_on_vm "ubuntu"
6463

6564
exit_message "$EXIT_VALUE"
6665
exit "$EXIT_VALUE"

0 commit comments

Comments
 (0)