Merge pull request #28487 from woocommerce/try/e2e/composer-nodev

Use composer --no-dev in Travis for E2E
This commit is contained in:
Rodrigo Primo 2020-12-04 14:31:39 -03:00 committed by GitHub
commit e928304c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
install: install:
- nvm install - nvm install
- npm install - npm install
- composer install - composer install --no-dev
script: script:
- npm run build:assets - npm run build:assets
- npm run docker:up - npm run docker:up