Skip to content

Commit

Permalink
i#2861 cronbuilds: Deploy for Android builds
Browse files Browse the repository at this point in the history
Fix an error where the Android package build is not listed as deploying.

Issue: #2861
  • Loading branch information
derekbruening committed Feb 10, 2020
1 parent 857e88f commit 0815caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- if: env(TRAVIS_EVENT_TYPE) = cron
os: linux
compiler: gcc
env: DYNAMORIO_CROSS_ANDROID_ONLY=yes DYNAMORIO_ANDROID_TOOLCHAIN='/tmp/android-gcc-arm-ndk-10e' DEPLOY=no EXTRA_ARGS=32_only
env: DYNAMORIO_CROSS_ANDROID_ONLY=yes DYNAMORIO_ANDROID_TOOLCHAIN='/tmp/android-gcc-arm-ndk-10e' DEPLOY=yes EXTRA_ARGS=32_only

# For C/C++ there is no default install, so we set "install", not "before_install".
install:
Expand Down

0 comments on commit 0815caa

Please sign in to comment.