Skip to content

Commit acde0f0

Browse files
committed
Move $HOME/tmux/bin before other travis paths
it seems travis includes tmux now (1.6), we want our tmux to have higher precedence.
1 parent df7e74e commit acde0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ before_script:
3636
- git checkout $TMUX_VERSION
3737
- sh autogen.sh
3838
- ./configure --prefix=$HOME/tmux && make && make install
39-
- export PATH=$PATH:$HOME/tmux/bin
39+
- export PATH=$HOME/tmux/bin:$PATH
4040
- cd ..
4141
- tmux -V
4242
script: coverage run --source=tmuxp setup.py test

0 commit comments

Comments
 (0)