Update travis.yml to fix build issues on 'master'

This commit is contained in:
Karishma Chadha 2021-02-04 13:51:02 -05:00 committed by GitHub
parent 3dbfabfa97
commit c9464954d0
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: