Merge pull request #4956 from LLK/release/2021-02-04

[Develop] Update travis.yml to fix build issues on 'master'
This commit is contained in:
Karishma Chadha 2021-02-04 17:26:44 -05:00 committed by GitHub
commit a53f9aed35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ before_install:
install:
- sudo -H pip install -r requirements.txt
- npm --production=false install
- npm --production=false update
- npm --production=false --legacy-peer-deps update
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
jobs: