Targetting Ubuntu for Travis
This commit is contained in:
parent
0f6548d64f
commit
1e8ba5f580
1 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,8 @@ neovim-install:
|
|||
- taps: 'neovim/neovim'
|
||||
{% elif grains['kernel'] == 'Linux' %}
|
||||
- name: neovim
|
||||
{% if grains['os'] == 'Ubuntu' %}
|
||||
- ppa: neovim-ppa/stable
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue