Skip to content

Commit

Permalink
test adjustement
Browse files Browse the repository at this point in the history
  • Loading branch information
gpenverne committed Jan 21, 2020
1 parent 3bb7b38 commit f4ff917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/symfony
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "============================"
composer create-project --no-interaction symfony/$1 $1-$2 "$2.*" > /dev/null|| echo "Symfony folder already exists"
cd $1-$2
EXITCODE=0
composer require gpenverne/cloudflare-bundle||EXITCODE=1
composer require gpenverne/cloudflare-bundle:dev-master||EXITCODE=1
rm -rf $1-$2

exit $EXITCODE

0 comments on commit f4ff917

Please sign in to comment.