Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
build: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 19, 2019
1 parent e50c916 commit 42a32d0
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 @@ -17,8 +17,8 @@ jobs:
node_js: lts/*
install: npm install --no-package-lock
before_deploy:
- git config user.email "travis@travis-ci.org"
- git config user.name "Travis CI"
- git config user.email ${GITHUB_EMAIL:-"travis@travis-ci.org"}
- git config user.name ${GITHUB_USER:-"Travis CI"}
- git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
deploy:
skip_cleanup: true
Expand Down

0 comments on commit 42a32d0

Please sign in to comment.