mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-14 00:46:56 +00:00
Manually update .travis.yml
This commit is contained in:
@ -8,7 +8,9 @@ before_install:
|
|||||||
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
|
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/tmux-plugins/tmux-test lib/tmux-test
|
- git fetch --unshallow --recurse-submodules || git fetch --recurse-submodules
|
||||||
|
# manual `git clone` required for testing `tmux-test` plugin itself
|
||||||
|
- git clone https://github.com/tmux-plugins/tmux-test lib/tmux-test; true
|
||||||
- lib/tmux-test/setup
|
- lib/tmux-test/setup
|
||||||
|
|
||||||
script: ./tests/run_tests_in_isolation
|
script: ./tests/run_tests_in_isolation
|
||||||
|
Reference in New Issue
Block a user