chore: Fix travis config
used https://config.travis-ci.com/explore to verify
This commit is contained in:
parent
6c9b5db2c7
commit
d1e68d95ad
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ git:
|
|||
depth: 1
|
||||
|
||||
cache:
|
||||
- pip
|
||||
- npm
|
||||
- yarn
|
||||
pip: true
|
||||
npm: true
|
||||
yarn: true
|
||||
directories:
|
||||
# we also need to cache folder with Cypress binary
|
||||
# https://docs.cypress.io/guides/guides/continuous-integration.html#Caching
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue