From 5804aba83486f90ca24ccac9dffab71ab320da66 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 17 Feb 2016 17:47:27 -0800 Subject: [PATCH] [travis] Cache the Arduino core --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42c9f9da..b8965fba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,7 @@ script: notifications: email: on_success: change - on_failure: change \ No newline at end of file + on_failure: change +cache: + directories: + ../arduino-1.6.7 \ No newline at end of file