From 8d04646341f7c457e5d95ca741b3fcdf0faf4e48 Mon Sep 17 00:00:00 2001 From: Greg Myers Date: Sat, 2 Nov 2019 15:09:21 +0000 Subject: [PATCH] Cache the correct directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 028d624..b4d1d20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ addons: cache: directories: - - /home/travis/.rvm/gems/ruby-2.6.4 + - /home/travis/.rvm/gems/ruby-2.6.3 install: ./ci/build.sh