Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Fix Travies build
Browse files Browse the repository at this point in the history
  • Loading branch information
dodgex committed Aug 31, 2019
1 parent d99e1c7 commit 8cb4da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_script:
script:
- set -e
- cd $TRAVIS_BUILD_DIR/AndroidAnnotations
- ./mvnw install -P travis
- ./mvnw install -P travis --quiet
- cd $TRAVIS_BUILD_DIR/examples/maven
- ./mvnw install
- cd $TRAVIS_BUILD_DIR/examples/gradle
Expand Down

0 comments on commit 8cb4da1

Please sign in to comment.