use composer nodev in E2E test in Travis

This commit is contained in:
Ron Rennick 2020-12-04 12:33:13 -04:00
parent 97a5bf1347
commit fb18ec258e
1 changed files with 1 additions and 1 deletions

View File

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