We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7e74e commit acde0f0Copy full SHA for acde0f0
.travis.yml
@@ -36,7 +36,7 @@ before_script:
36
- git checkout $TMUX_VERSION
37
- sh autogen.sh
38
- ./configure --prefix=$HOME/tmux && make && make install
39
- - export PATH=$PATH:$HOME/tmux/bin
+ - export PATH=$HOME/tmux/bin:$PATH
40
- cd ..
41
- tmux -V
42
script: coverage run --source=tmuxp setup.py test
0 commit comments