Skip to content

Commit 14e3491

Browse files
committed
tests won't run correctly on travis-ci.
1 parent ef0ca50 commit 14e3491

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tasks/script.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@
3636
dest=/tmp/out
3737
mode=0440
3838
become: yes
39+
when: env == 'vagrant'
3940
changed_when: no
4041

4142
- name: scripts | ensure WSGI script is running
4243
command: "diff -q -w /{{ item }} /tmp/{{ item.replace('/', '_') }}.expected"
4344
become: yes
4445
with_items:
4546
- tmp/out
47+
when: env == 'vagrant'
4648
changed_when: no

0 commit comments

Comments
 (0)