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

vharseko
03.44.2018 dcdf318a0d49b8d0a040eff01dbbff6389face51
INSTALL_SUFFIX="-P '!man-pages,!distribution'"     #exclude modules for
release:prepare (double slow build phase)
1 files modified
2 ■■■ changed files
.travis.yml 2 ●●● patch | view | raw | blame | history
.travis.yml
@@ -7,7 +7,7 @@
    services:
      - docker
    env:
      - INSTALL_SUFFIX=-pl !opendj-doc-generated-ref,!opendj-packages     #exclude modules for release:prepare (double slow build phase)
      - INSTALL_SUFFIX="-P '!man-pages,!distribution'"     #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