diff --git a/.travis.yml b/.travis.yml index 089efff..a923465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ before_script: # - android-wait-for-emulator # - adb shell input keyevent 82 & # - curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - + - echo ${TEST} - sudo apt-get update - sudo apt-get install nodejs - sudo apt-get install npm @@ -65,7 +66,7 @@ script: - cordova build --release - export BUILD_TOOLS=$HOME/sdk/build-tools/29.0.3 - ${BUILD_TOOLS}/zipalign -v -p 4 platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk rdzSonde-unsigned.apk - - echo $supersecret | gpg --passphrase-fd 0 -d my-release-key.jks.gpg > my-release-key.jks + - echo ${SUPERSECRET} | gpg --passphrase-fd 0 -d my-release-key.jks.gpg > my-release-key.jks - ${BUILD_TOOLS}/apksigner sign --ks my-release-key.jks --out rdzSonde-${TRAVIS_TAG}.apk rdzSonde-unsigned.apk # ./gradlew clean build #- ./gradlew test