summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 16a20242a7..a84e3752c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ compiler:
cache:
directories:
- /var/cache/apt/archives/*.deb
+ - Toolchain/Cache/
notifications:
irc:
@@ -30,7 +31,8 @@ before_install:
script:
- cd Toolchain
-- ./BuildIt.sh
+- TRY_USE_LOCAL_TOOLCHAIN=y ./BuildIt.sh
- cd ../Kernel
- ./makeall.sh
- ../Meta/lint-shell-scripts.sh
+- du -ch ../Toolchain/Cache/* || true