ktyacke/travis-node-example

Please change global.user and global.email

Opened this issue · 0 comments

Hi,
Glad to see you have forked the Travis Node Example repo I created! If you could do me a favor and please update the .travis.yml file lines 10 and 11 to change the global.user and global.email I would really appreciat it. Also, lines 21 and 32 where my email is listed for deploy and notifications.

` - git config --global user.email "ktyacke@gmail.com"

  • git config --global user.name "Kyle Tyacke"`

Currently they are set to my information and I am receiving updates via email whenever you run a Travis build (I'll be updating this in my repo to resolve this for anyone else who might use it). If it's easier, you can also just re-fork my repo and the changes I've applied will pull across. Thanks, and let me know if you have any questions =]

-Kyle