mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Manually update .travis.yml
This commit is contained in:
parent
b3407f0787
commit
ce902f906a
@ -8,7 +8,9 @@ before_install:
|
||||
- sudo apt-get install -y tmux=1.9a-1~ppa1~p
|
||||
|
||||
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
|
||||
|
||||
script: ./tests/run_tests_in_isolation
|
||||
|
Loading…
Reference in New Issue
Block a user