Ignore setting the shell if we are in Travis
This commit is contained in:
parent
f125d1f80f
commit
9537e1ff8e
1 changed files with 2 additions and 0 deletions
|
@ -30,9 +30,11 @@ antigen:
|
|||
- target: {{ grains.homedir }}/antigen
|
||||
- user: {{ grains.user }}
|
||||
|
||||
{% if grains['travis'] != True %}
|
||||
{{ grains.user }}:
|
||||
user.present:
|
||||
- shell: /bin/zsh
|
||||
{% endif %}
|
||||
|
||||
zsh-config:
|
||||
file.managed:
|
||||
|
|
Loading…
Reference in a new issue