diff options
| author | Emilio Jesus Gallego Arias | 2017-03-21 17:17:28 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-03-22 17:22:12 +0100 |
| commit | 1b0d67a0cf1b725715e97ba6448c3ff0154813bc (patch) | |
| tree | 7cba9bed3fd3266c2938e292734ff7c357900877 /dev/ci/ci-user-overlay.sh | |
| parent | cd87eac3757d8925ff4ba7dee85efadb195153a3 (diff) | |
[travis] [8.6.only] Backport latest changes from trunk.
Diffstat (limited to 'dev/ci/ci-user-overlay.sh')
| -rw-r--r-- | dev/ci/ci-user-overlay.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh new file mode 100644 index 0000000000..0285747432 --- /dev/null +++ b/dev/ci/ci-user-overlay.sh @@ -0,0 +1,22 @@ +#!/usr/bin/env bash + +# Add user overlays here. You can use some logic to detect if you are +# in your travis branch and conditionally enable the overlay. + +# Some useful Travis variables: +# (https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables) +# +# - TRAVIS_BRANCH: For builds not triggered by a pull request this is +# the name of the branch currently being built; whereas for builds +# triggered by a pull request this is the name of the branch +# targeted by the pull request (in many cases this will be master). +# +# - TRAVIS_COMMIT: The commit that the current build is testing. +# +# - TRAVIS_PULL_REQUEST: The pull request number if the current job is +# a pull request, “false” if it’s not a pull request. +# +# - TRAVIS_PULL_REQUEST_BRANCH: If the current job is a pull request, +# the name of the branch from which the PR originated. "" if the +# current job is a push build. + |
