From a8a68b32da5265de6820c08be5fb1eae64fb491e Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Tue, 10 Apr 2018 13:35:40 +0000
Subject: [PATCH] INSTALL_SUFFIX not work

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

diff --git a/.travis.yml b/.travis.yml
index 7821372..f00bf53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@
     services:
       - docker
     env:
-      - INSTALL_SUFFIX="-P \!man-pages,\!distribution"     #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