Travis: Set depth to a reasonable changeset max
This commit is contained in:
parent
b56d0f09c9
commit
1a352d4933
|
@ -44,7 +44,7 @@ install:
|
|||
- test -z "$encrypted_c726d225a9d9_key" || mv debug.keystore ~/.android/debug.keystore
|
||||
before_script:
|
||||
script:
|
||||
- git fetch --depth 2
|
||||
- git fetch --depth 50
|
||||
- cd shell/android-studio
|
||||
- export NUMBER_OF_PROCESSORS=2
|
||||
- sudo chmod 755 travis-build.sh
|
||||
|
|
Loading…
Reference in New Issue