[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
pull/18/head
Jesse Vincent 9 years ago
parent c7d1d16176
commit 0edeba9b1f

@ -18,6 +18,4 @@ notifications:
on_success: change
on_failure: change
cache:
ccache: true
directories:
- ../arduino-1.6.7
ccache: true
Loading…
Cancel
Save