mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
03.36.2018 c3a042401753426e42b23314d88e7b21690ca8a4
exclude modules for release:prepare (double slow build phase)
1 files modified
4 ■■■ changed files
.travis.yml 4 ●●● patch | view | raw | blame | history
.travis.yml
@@ -6,6 +6,8 @@
    sudo: required
    services:
      - docker
    env:
      - INSTALL_SUFFIX=-pl !opendj-doc-generated-ref,!opendj-packages     #exclude modules for release:prepare (double slow build phase)
    before_deploy: 
      - git config --local user.name "Open Identity Platform Community" && git config --local user.email "open-identity-platform-opendj@googlegroups.com"
      - git checkout -f $TRAVIS_BRANCH
@@ -78,4 +80,4 @@
install:
  - mvn -q -B -V -DskipTests -Dmaven.javadoc.skip=true install -f forgerock-parent
script:
  - mvn -q -B install
  - mvn -q -B install $INSTALL_SUFFIX