From 6856971cdb3f9cf2df0b574b97486ba16df34c49 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 3 Mar 2019 22:23:26 -0800 Subject: [PATCH] attempt to get travis to use our fancy new caching --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c2aede3..554f8afb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,13 @@ addons: install: - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio hardware/keyboardio script: - - make travis-test BOARD_HARDWARE_PATH=$(pwd)/hardware + - make travis-test KALEIDOSCOPE_TEMP_PATH=$(pwd)/.kaleidoscope-build-cache BOARD_HARDWARE_PATH=$(pwd)/hardware notifications: email: on_success: change on_failure: change -cache: ccache +cache: + ccache: true + directories: + - .kaleidoscope-build-cache + - .ccache