Skip to content

Commit 8cb4da1

Browse files
committed
Fix Travies build
1 parent d99e1c7 commit 8cb4da1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_script:
3131
script:
3232
- set -e
3333
- cd $TRAVIS_BUILD_DIR/AndroidAnnotations
34-
- ./mvnw install -P travis
34+
- ./mvnw install -P travis --quiet
3535
- cd $TRAVIS_BUILD_DIR/examples/maven
3636
- ./mvnw install
3737
- cd $TRAVIS_BUILD_DIR/examples/gradle

0 commit comments

Comments
 (0)