use publicly-available url for my fork of vim-colors-solarized, to allow travis to proceed
This commit is contained in:
parent
c776fef83e
commit
dfe70767cf
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -24,7 +24,7 @@
|
||||||
url = https://github.com/airblade/vim-gitgutter
|
url = https://github.com/airblade/vim-gitgutter
|
||||||
[submodule ".vim/bundle/vim-colors-solarized"]
|
[submodule ".vim/bundle/vim-colors-solarized"]
|
||||||
path = .vim/bundle/vim-colors-solarized
|
path = .vim/bundle/vim-colors-solarized
|
||||||
url = git@github.com:cyplo/vim-colors-solarized.git
|
url = https://github.com/cyplo/vim-colors-solarized.git
|
||||||
|
|
||||||
[submodule ".oh-my-zsh"]
|
[submodule ".oh-my-zsh"]
|
||||||
path = .oh-my-zsh
|
path = .oh-my-zsh
|
||||||
|
|
Loading…
Reference in a new issue