Merge pull request #248 from radiorabe/fix/no-dev-composer-install

Don't pull dev packages on install
This commit is contained in:
Robb 2017-07-18 22:20:28 -04:00 committed by GitHub
commit 0c06496203
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash -e
composer install
composer install --no-dev
git_build=""
if [ -d .git ]; then