Skip to content

Commit 9d97735

Browse files
committed
Run Android tests without put
Travis will stop the build if it receives no output for 10 minutes.
1 parent 6462906 commit 9d97735

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
before_script:
4848
- android-wait-for-emulator
4949
script:
50-
- mvn -q install --activate-profiles android-examples --projects examples/android --also-make-dependents -Dandroid.device=test
50+
# Run Android tests without put. Travis will stop the build if it receives no output for 10 minutes.
51+
- mvn install --activate-profiles android-examples --projects examples/android --also-make-dependents -Dandroid.device=test
5152

5253
# Stage Deploy - Job 1: Builds and deploys all artifacts with java 8.
5354
- stage: deploy

0 commit comments

Comments
 (0)