From 03653afa1a71ee602bc820359f9a5dba0a195435 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Tue, 10 Apr 2018 12:29:42 +0000
Subject: [PATCH] replace mask INSTALL_SUFFIX="-P \!man-pages,\!distribution"
---
.travis.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0c5c965..7821372 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