Skip to content

Commit

Permalink
Run Android tests without put
Browse files Browse the repository at this point in the history
 Travis will stop the build if it receives no output for 10 minutes.
  • Loading branch information
mpkorstanje committed Jul 16, 2017
1 parent 6462906 commit 9d97735
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 @@ -47,7 +47,8 @@ jobs:
before_script:
- android-wait-for-emulator
script:
- 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.
- mvn install --activate-profiles android-examples --projects examples/android --also-make-dependents -Dandroid.device=test

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

0 comments on commit 9d97735

Please sign in to comment.