Skip to content

Commit 80b8167

Browse files
committed
Fix the Travis build with multiple recipes
1 parent 2126cc2 commit 80b8167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ install:
2323
- cd flex
2424

2525
script:
26-
- composer req "${PACKAGES}"
26+
- composer req $(echo $PACKAGES)

0 commit comments

Comments
 (0)