From 2d52628783d837963be57ee15ad17806d7726c4b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Sat, 8 Dec 2018 11:31:05 +0100 Subject: [PATCH] Fix the travis build when changing multiple recipes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b419b318..e9e3503d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ install: - composer config extra.symfony.allow-contrib true script: - - composer req --ignore-platform-reqs "${PACKAGES}" + - composer req --ignore-platform-reqs $(echo $PACKAGES)