Skip to content

Commit

Permalink
#30: Export
Browse files Browse the repository at this point in the history
  • Loading branch information
Entreco committed Jul 12, 2018
1 parent bfd09ee commit 7d4b414
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ before_install:
- openssl aes-256-cbc -K $encrypted_c5c67234e863_key -iv $encrypted_c5c67234e863_iv
-in android/DartsScorecard/scripts/dsc_keystore.enc -out android/DartsScorecard/scripts/dsc_keystore
-d
- echo -e "KEY"
- echo -e $encrypted_c5c67234e863_key
- echo -e "IV"
- echo -e $encrypted_c5c67234e863_iv
- echo -e "BINGO"
- openssl aes-256-cbc -K $encrypted_60401f83f63b_key -iv $encrypted_60401f83f63b_iv -in android/DartsScorecard/app/google-services.json.enc -out android/DartsScorecard/app/google-services.json -d

- mkdir "$ANDROID_HOME/licenses" || true
Expand All @@ -69,6 +64,7 @@ deploy:
file:
- $APP_NAME
- $TRAVIS_BUILD_DIR/android/DartsScorecard/app/build/outputs/mapping/release/mapping.txt
- $TRAVIS_BUILD_DIR/android/DartsScorecard/scripts/dsc_keystore
api_key: $apikey
skip_cleanup: true
overwrite: true
Expand Down

0 comments on commit 7d4b414

Please sign in to comment.