Update the Travis CI test

This commit is contained in:
Sergey Fayngold 2015-01-14 13:24:27 +01:00
parent 9295dbd64c
commit 88a0e81325
2 changed files with 6 additions and 2 deletions

View file

@ -20,5 +20,4 @@
- name: Check the installation
command: composer -V --no-ansi
register: composer_result
changed_when: "'Composer version' in composer_result.stdout"
failed_when: "'Composer version' not in composer_result.stdout"