Skip to content

Commit

Permalink
FIX: No to install and gen JavaDoc on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Jul 8, 2020
1 parent d7dc170 commit 7a2976c
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 @@ -11,7 +11,7 @@ branches:
- "/^v|d\\d+\\.\\d+\\.\\d+$/"
- "/^jenkins-jhove-v|d\\d+\\.\\d+\\.\\d+$/"

install: mvn install -Dgpg.skip=true
install: mvn clean package

before_install:
- sudo apt-get install -y jq
Expand Down

0 comments on commit 7a2976c

Please sign in to comment.