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

Commit

Permalink
Merge pull request #2243 from WonderCsabo/fix-travis
Browse files Browse the repository at this point in the history
Fix Travis build
  • Loading branch information
WonderCsabo committed Sep 1, 2019
2 parents d99e1c7 + 8cb4da1 commit bcd4eba
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 bcd4eba

Please sign in to comment.