Project: Use "pip: true" in TravisCI cache section

This commit is contained in:
Mike Salvatore 2022-04-13 12:41:25 -04:00
parent d1d7495c49
commit ffec206435
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ env:
- PIP_CACHE_DIR=$HOME/.cache/pip PIPENV_CACHE_DIR=$HOME/.cache/pipenv LIBSODIUM_MAKE_ARGS=-j8
cache:
- pip
- pip: true
- directories:
- "$HOME/.npm"
- $PIP_CACHE_DIR