Add production option
This commit is contained in:
parent
72f4955138
commit
40e9de4a0e
|
@ -12,7 +12,7 @@ cache:
|
|||
- $HOME/.composer/cache
|
||||
|
||||
before_install:
|
||||
- npm install
|
||||
- npm install --production
|
||||
- composer install --prefer-dist --no-dev
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue