Ignore setting the shell if we are in Travis

This commit is contained in:
Elijah Lazkani 2017-03-18 03:13:19 -04:00
parent f125d1f80f
commit 9537e1ff8e

View file

@ -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: