Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Feb 4, 2019
1 parent 5130781 commit 49d3f95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ android:
jdk:
- oraclejdk8

before_script:
# key generation fails when made within gdx-pay-tests-android, so create the key before building
- "keytool -genkey -v -keystore $HOME/.android/debug.keystore -storepass android -alias androiddebugkey -keypass
android -keyalg RSA -keysize 2048 -validity 10000 -noprompt -dname \"CN=GdxPay, OU=libGDX, O=libGDX, L=Unknown, ST=Unknown, C=US\""

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
Expand Down

0 comments on commit 49d3f95

Please sign in to comment.