diff --git a/.travis.yml b/.travis.yml index 80cd67d3..5e1c38b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,8 @@ branches: - /^greenkeeper/.*$/ - gh-pages before_deploy: - - git config --global user.email "builds@travis-ci.com" - - git config --global user.name "Travis CI" + - git config --global user.email "maxgug@hotmail.com" + - git config --global user.name "koalyptus" - export GIT_TAG=$(node -p -e "require('./package.json').version") - echo -n $GIT_TAG - git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"