Merge pull request #1078 from edubxb/travis-completion

Add travis completion
This commit is contained in:
Travis Swicegood
2017-10-31 11:13:38 -04:00
committed by GitHub

View File

@@ -0,0 +1,5 @@
if [[ -x "$(which travis)" ]]; then
__TRAVIS_COMPLETION_SCRIPT="${TRAVIS_CONFIG_PATH:-${HOME}/.travis}/travis.sh"
[[ -f "${__TRAVIS_COMPLETION_SCRIPT}" ]] && source "${__TRAVIS_COMPLETION_SCRIPT}"
unset __TRAVIS_COMPLETION_SCRIPT
fi