From 80b81678add65e12f8140fc57eddd6fe62e640e4 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Sat, 8 Dec 2018 12:59:33 +0100 Subject: [PATCH] Fix the Travis build with multiple recipes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 966ed58e..439f91ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ install: - cd flex script: - - composer req "${PACKAGES}" + - composer req $(echo $PACKAGES)