diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e5e2f3ed..677a12ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ cache: - $HOME/.android/build-cache script: + # Force signing with the debug keys + - echo icsopenvpnDebugSign=true > ~/.gradle/gradle.properties # Building one variant is enough and already takes quite a long time... - ./gradlew assembleUiRelease |