mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-14 00:46:56 +00:00
Upgrade to tmux-test version that installs tmux 2.0
This commit is contained in:
11
.travis.yml
11
.travis.yml
@ -1,11 +1,14 @@
|
|||||||
# generic packages and latest Tmux 1.9a
|
# generic packages and tmux
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y git-core expect
|
- sudo apt-get install -y git-core expect
|
||||||
- sudo apt-get install -y python-software-properties software-properties-common
|
- sudo apt-get install -y python-software-properties software-properties-common
|
||||||
- sudo add-apt-repository -y ppa:pi-rho/dev
|
- sudo apt-get install -y libevent-dev libncurses-dev
|
||||||
- sudo apt-get update
|
- git clone https://github.com/tmux/tmux.git
|
||||||
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
|
- cd tmux
|
||||||
|
- git checkout 2.0
|
||||||
|
- sh autogen.sh
|
||||||
|
- ./configure && make && sudo make install
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git fetch --unshallow --recurse-submodules || git fetch --recurse-submodules
|
- git fetch --unshallow --recurse-submodules || git fetch --recurse-submodules
|
||||||
|
Submodule lib/tmux-test updated: e1b299b6d7...1da4b13267
Reference in New Issue
Block a user