Travis install tmux from source

This commit is contained in:
Bruno Sutic 2015-08-04 01:08:11 +02:00
parent 8bdead341d
commit e1bbcd6f8b
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
1 changed files with 5 additions and 3 deletions

View File

@ -3,9 +3,11 @@ before_install:
- sudo apt-get update
- sudo apt-get install -y git-core expect
- sudo apt-get install -y python-software-properties software-properties-common
- sudo add-apt-repository -y ppa:pi-rho/dev
- sudo apt-get update
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
- git clone https://github.com/tmux/tmux.git
- cd tmux
- git checkout 2.0
- sh autogen.sh
- ./configure && make && sudo make install
install:
- git fetch --unshallow --recurse-submodules || git fetch --recurse-submodules