Add production option

This commit is contained in:
Oliver Davies 2017-07-17 10:59:10 +01:00 committed by GitHub
parent 72f4955138
commit 40e9de4a0e

View file

@ -12,7 +12,7 @@ cache:
- $HOME/.composer/cache
before_install:
- npm install
- npm install --production
- composer install --prefer-dist --no-dev
script: