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