ansible-role--bashrc/files/bashrc.d/70-util-travis.sh
2021-12-31 15:00:17 +01:00

7 lines
99 B
Bash

# added by travis gem
if [ -f "$HOME/.travis/travis.sh" ]; then
. "$HOME/.travis/travis.sh"
fi