File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
7
7
ubuntu . vm . provision 'shell' , path : 'vagrant_ubuntu_provisioning.sh'
8
8
end
9
9
10
- config . vm . define :ubuntu_two_four do |ubuntu |
10
+ config . vm . define :ubuntu_two_five do |ubuntu |
11
11
ubuntu . vm . box = 'hashicorp/precise32'
12
- ubuntu . vm . provision 'shell' , path : 'vagrant_ubuntu_provisioning_two_four .sh'
12
+ ubuntu . vm . provision 'shell' , path : 'vagrant_ubuntu_provisioning_two_five .sh'
13
13
end
14
14
15
15
config . vm . define :centos do |centos |
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ run_tests_on_vm() {
59
59
}
60
60
61
61
main () {
62
- run_tests_on_vm " ubuntu_two_four "
62
+ run_tests_on_vm " ubuntu_two_five "
63
63
run_tests_on_vm " ubuntu"
64
64
65
65
exit_message " $EXIT_VALUE "
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ sudo apt-get install -y make
11
11
sudo apt-get install -y git-core expect vim gawk
12
12
sudo apt-get install -y python-software-properties software-properties-common
13
13
14
- # install Tmux 2.4
15
- VERSION=2.4
14
+ # install Tmux 2.5
15
+ VERSION=2.5
16
16
sudo apt-get -y remove tmux
17
17
sudo apt-get -y install wget tar libevent-dev libncurses-dev
18
18
wget https://github.com/tmux/tmux/releases/download/${VERSION} /tmux-${VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments