Skip to content

Commit

Permalink
buildDebug on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Shingyx committed Jan 9, 2020
1 parent 229256d commit 738c5a8
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 @@ -15,7 +15,7 @@ before_script:
- echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager "tools" > /dev/null
- echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platform-tools" > /dev/null

script: ./gradlew build
script: ./gradlew buildDebug

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

0 comments on commit 738c5a8

Please sign in to comment.