diff --git a/bash_profile b/bash_profile index f45010d..144e7ff 100644 --- a/bash_profile +++ b/bash_profile @@ -83,4 +83,7 @@ _bash_profile_main() { _bash_profile_main +# added by travis gem +[[ -f ~/.travis/travis.sh ]] && source ~/.travis/travis.sh + # vim:filetype=sh