Increased travis cache load timeout to stop cache load (and SDK install) from failing.
This commit is contained in:
parent
babebe32f2
commit
c020e5df4a
|
@ -58,6 +58,7 @@ before_script:
|
|||
script: ./.travis.sh
|
||||
|
||||
cache:
|
||||
timeout: 1000
|
||||
directories:
|
||||
- downloads
|
||||
- tools
|
||||
|
|
Loading…
Reference in New Issue