1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

Increased travis cache load timeout to stop cache load (and SDK install) from failing.

This commit is contained in:
mikeller 2018-06-19 23:28:27 +12:00
parent babebe32f2
commit c020e5df4a

View file

@ -58,6 +58,7 @@ before_script:
script: ./.travis.sh script: ./.travis.sh
cache: cache:
timeout: 1000
directories: directories:
- downloads - downloads
- tools - tools