Skip to content

Commit

Permalink
TRAVIS remove duplicate install
Browse files Browse the repository at this point in the history
$ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
$ mvn -q -B install -Dmaven.javadoc.skip=true
  • Loading branch information
vharseko committed Sep 17, 2020
1 parent 76a8030 commit 6208c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ before_install:
install:
- #mvn -q -B -DskipTests -Dmaven.javadoc.skip=true install -f OpenDJ/commons
- #mvn -q -B -DskipTests -Dmaven.javadoc.skip=true install -f OpenDJ
script:
- mvn -q -B install -Dmaven.javadoc.skip=true
#script:
# - mvn -q -B install -Dmaven.javadoc.skip=true
after_failure:
- echo 'remove build commits'
- git reset --hard $TRAVIS_COMMIT
Expand Down

0 comments on commit 6208c94

Please sign in to comment.