diff --git a/.travis.yml b/.travis.yml index 6d7f7805..91bd5860 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,12 @@ android: before_install: - openssl aes-256-cbc -K $encrypted_6b42a8524af0_key -iv $encrypted_6b42a8524af0_iv -in monkeytong.jks.enc -out monkeytong.jks -d -- gem install fir-cli before_script: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - emulator -avd test -no-skin -no-audio -no-window & - adb wait-for-device - adb shell input keyevent 82 & +- gem install fir-cli script: - ./gradlew assembleRelease deploy: @@ -32,4 +32,4 @@ deploy: branch: stable tags: true after_deploy: -- fir p app/build/outputs/apk/app-release.apk -T $FIR_TOKEN -c "`git cat-file tag $TRAVIS_TAG`" \ No newline at end of file +- fir p app/build/outputs/apk/app-release.apk -T $FIR_TOKEN -c "`git cat-file tag $TRAVIS_TAG`"