From aaf866cbdc68e9a9a91d6e2f1addf22ada585320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 28 Aug 2019 16:19:08 +0200 Subject: [PATCH] Travis: fix Nim caching --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85cee5cbf..cc3816a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: c cache: directories: - rocksdbCache - - vendor/Nim/bin + - vendor/nimbus-build-system/vendor/Nim/bin git: # when multiple CI builds are queued, the tested commit needs to be in the last X commits cloned with "--depth X"