Skip to content

Commit

Permalink
[106] Build message update.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmilcarz committed Jun 3, 2019
1 parent e8f81a0 commit 87077ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/travis/build/bash/travis_cmd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ travis_cmd() {
fi
result="${?}"
if [[ -n "${secure}" && "${result}" -ne 0 ]]; then
echo -e "${ANSI_RED}The previous command failed, possibly due to a malformed secure environment variable.${ANSI_CLEAR}
${ANSI_RED}Please be sure to escape special characters such as ' ' and '$'.${ANSI_CLEAR}
${ANSI_RED}For more information, see https://docs.travis-ci.com/user/encryption-keys.${ANSI_CLEAR}"
echo -e "${ANSI_RED}We were unable to parse one of your secure environment variables.${ANSI_CLEAR}
${ANSI_RED}Please make sure to escape special characters such as ' ' and $ with .${ANSI_CLEAR}
${ANSI_RED}For example, thi$isanexample would be typed as thi$isanexample. See https://docs.travis-ci.com/user/encryption-keys.${ANSI_CLEAR}"
fi
fi

Expand Down

0 comments on commit 87077ce

Please sign in to comment.