test: Try to cache gcc arm download during travis-ci builds
The gcc arm download sometimes fails - try to cache it within the travis-ci system to prevent that. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -8,6 +8,10 @@ addons:
|
||||
- avr-libc
|
||||
- wget
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- downloads
|
||||
|
||||
install: ./scripts/travis-install.sh
|
||||
|
||||
script: ./scripts/travis-build.sh
|
||||
|
||||
Reference in New Issue
Block a user