From 0edeba9b1f2784c56b84c33be1f0982d560ca393 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 17 Feb 2016 18:25:06 -0800 Subject: [PATCH] [travis] Per the Travis docs, caching the Arduino IDE may actually _hurt_ perf. http://docs.travis-ci.com/user/caching/#How-does-the-caching-work%3F --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e72387e..8a5d6ecd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,4 @@ notifications: on_success: change on_failure: change cache: - ccache: true - directories: - - ../arduino-1.6.7 \ No newline at end of file + ccache: true \ No newline at end of file