Skip to content

Commit

Permalink
Build debug app on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed May 21, 2017
1 parent 6be9eed commit d3df7d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ android:
- android-25
- extra-android-m2repository

script: ./gradlew build
script:
- ./gradlew assembleDebug
- ./gradlew lintDebug

after_success:
- mv app/build/outputs/apk/app-debug.apk imgshr-debug-${TRAVIS_COMMIT:0:7}.apk
Expand Down

0 comments on commit d3df7d9

Please sign in to comment.