Travis: Set depth to a reasonable changeset max

This commit is contained in:
Ender's Games 2018-08-22 07:24:25 -04:00
parent b56d0f09c9
commit 1a352d4933
1 changed files with 1 additions and 1 deletions

View File

@ -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