Travis runs precise, neovim ppa is unstable
This commit is contained in:
parent
ff550fe8c8
commit
d658484639
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
neovim-install:
|
neovim-install:
|
||||||
{% if grains['os'] == 'Ubuntu' %}
|
{% if grains['os'] == 'Ubuntu' %}
|
||||||
pkgrepo.managed:
|
pkgrepo.managed:
|
||||||
- ppa: neovim-ppa/stable
|
- ppa: neovim-ppa/unstable
|
||||||
{% endif %}
|
{% endif %}
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
{% if grains['kernel'] == 'Darwin' %}
|
{% if grains['kernel'] == 'Darwin' %}
|
||||||
|
|
Loading…
Reference in a new issue