We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99e1c7 commit 8cb4da1Copy full SHA for 8cb4da1
1 file changed
.travis.yml
@@ -31,7 +31,7 @@ before_script:
31
script:
32
- set -e
33
- cd $TRAVIS_BUILD_DIR/AndroidAnnotations
34
- - ./mvnw install -P travis
+ - ./mvnw install -P travis --quiet
35
- cd $TRAVIS_BUILD_DIR/examples/maven
36
- ./mvnw install
37
- cd $TRAVIS_BUILD_DIR/examples/gradle
0 commit comments