Update .travis.yml to cache artifacts from test scripts
This commit is contained in:
parent
21b0279839
commit
f98f3d095e
@ -2,9 +2,9 @@ dist: bionic
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python: 3.8
|
python: 3.8
|
||||||
# cache:
|
cache:
|
||||||
# directories:
|
directories:
|
||||||
# - $HOME/.prototorch
|
- ./tests/artifacts
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install . --progress-bar off
|
- pip install . --progress-bar off
|
||||||
@ -17,4 +17,3 @@ script:
|
|||||||
# Push the results to codecov
|
# Push the results to codecov
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
# - bash <(curl -s https://codecov.io/bash)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user