We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6462906 commit 9d97735Copy full SHA for 9d97735
.travis.yml
@@ -47,7 +47,8 @@ jobs:
47
before_script:
48
- android-wait-for-emulator
49
script:
50
- - mvn -q install --activate-profiles android-examples --projects examples/android --also-make-dependents -Dandroid.device=test
+ # 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
52
53
# Stage Deploy - Job 1: Builds and deploys all artifacts with java 8.
54
- stage: deploy
0 commit comments