From dcdf318a0d49b8d0a040eff01dbbff6389face51 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Sat, 03 Mar 2018 14:44:31 +0000
Subject: [PATCH] INSTALL_SUFFIX="-P '!man-pages,!distribution'"     #exclude modules for release:prepare (double slow build phase)

---
 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ac0f76e..7eba4de 100644
--- a/.travis.yml
+++ b/.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

--
Gitblit v1.10.0