added by travis gem

This commit is contained in:
Gaetan Semet 2016-06-29 00:28:42 +02:00
commit 6f1512b80b

View file

@ -62,3 +62,6 @@ unsetopt correctall
if [ -e ~/.profile ]; then source ~/.profile; fi
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
# added by travis gem
[ -f /Users/gaetan/.travis/travis.sh ] && source /Users/gaetan/.travis/travis.sh