6 lines
99 B
Bash
6 lines
99 B
Bash
|
|
# added by travis gem
|
|
if [ -f "$HOME/.travis/travis.sh" ]; then
|
|
. "$HOME/.travis/travis.sh"
|
|
fi
|
|
|