From f98f3d095e28b4c41102e5282ba8bfe457f00bfe Mon Sep 17 00:00:00 2001 From: blackfly Date: Wed, 8 Apr 2020 22:47:31 +0200 Subject: [PATCH] Update .travis.yml to cache artifacts from test scripts --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e816cc5..e7b081b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ dist: bionic sudo: false language: python python: 3.8 -# cache: -# directories: -# - $HOME/.prototorch +cache: + directories: + - ./tests/artifacts install: - pip install . --progress-bar off @@ -17,4 +17,3 @@ script: # Push the results to codecov after_success: - codecov - # - bash <(curl -s https://codecov.io/bash)