From 91e500449e184ab846ded7e54124d8b2da0dacc7 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Wed, 28 Oct 2015 19:21:43 +0900 Subject: [PATCH] Warn about special chars in BEFORE_SCRIPT Closes #171 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9ace597..150b3c61 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ see [this document](https://github.com/jsk-ros-pkg/jsk_common#restart-travis-fro * `BEFORE_SCRIPT` (default: none) `BEFORE_SCRIPT` is used to specify shell commands which run before building packages. + Some characters won't work without escaping it for xml on Jenkins. + (see: [here](https://github.com/jsk-ros-pkg/jsk_travis/issues/171)) * `BUILD_PKGS` (default: none)