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

[Master] Update travis.yml to fix build issues on 'master'
This commit is contained in:
Karishma Chadha 2021-02-04 14:45:24 -05:00 committed by GitHub
commit c42334a4cb
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: