diff --git a/testing/scripts/travis-job b/testing/scripts/travis-job index 7e2c276762..92d8d6d53d 100644 --- a/testing/scripts/travis-job +++ b/testing/scripts/travis-job @@ -149,7 +149,7 @@ run() { elif [ -n "${TRAVIS_PULL_REQUEST}" ] && [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then # For pull request builds, the private key is not available, so skip # the private tests to avoid failing. - echo "Note: skipping private tests because encrypted env. variables are not defined." + echo "Note: skipping private tests because encrypted env. variables are not available in pull request builds." else echo "Error: cannot get private tests because encrypted env. variables are not defined." exit 1