ansible-role--bashrc/files/bashrc.d/70-util-travis.sh

7 lines
99 B
Bash
Raw Normal View History

2021-12-31 14:00:17 +00:00
# added by travis gem
if [ -f "$HOME/.travis/travis.sh" ]; then
. "$HOME/.travis/travis.sh"
fi