Skip to content

Commit

Permalink
Merge pull request #240 from peplin/debug-build-in-pr-test
Browse files Browse the repository at this point in the history
Only make release builds for non-PRs.
  • Loading branch information
peplin committed Oct 13, 2015
2 parents 6524225 + dcc0a53 commit 0bbf697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ android:
- android-22
- extra-android-support
- extra-android-m2repository
script: "./gradlew build test"
script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && ./gradlew build test || ./gradlew testDebug'
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit 0bbf697

Please sign in to comment.