diff options
author | Arne Schwabe <arne@rfc2549.org> | 2019-12-11 14:04:06 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2019-12-11 14:04:06 +0100 |
commit | 8e9c9ff8f71d09365eae346280617bd95124c3d7 (patch) | |
tree | f763b7ae637663b0d88d355a3781a60049e52524 | |
parent | bf51eb4fb55c625fa32fc8c7091ed6062d96e0e0 (diff) |
Use debug signing for the travis build
-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 |