Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
chore(travis): uses GH_* enviouroment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mdreizin committed Jun 30, 2016
1 parent 02293e2 commit 592c20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ branches:
except:
- gh-pages
before_install:
- git config --global user.name "$COMMIT_AUTHOR_NAME"
- git config --global user.email "$COMMIT_AUTHOR_EMAIL"
- git config --global user.name "$GH_USER_NAME"
- git config --global user.email "$GH_USER_EMAIL"
before_script:
- npm prune
script:
Expand Down

0 comments on commit 592c20a

Please sign in to comment.