From 81fd3e2a6794d5e315d65387122aaf19de37f300 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sun, 13 May 2018 10:58:09 -0400 Subject: [PATCH] Re-enable sonar cache. (#496) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5bab42af..6fd437d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,6 +75,6 @@ branches: only: - master sudo: false -#cache: -# directories: -# - '$HOME/.sonar/cache' +cache: + directories: + - '$HOME/.sonar/cache'