Skip to content

Commit 397744b

Browse files
author
Kelly Selden
committed
chore: set up github token
1 parent 79be858 commit 397744b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ jobs:
2828
script:
2929
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
3030
- git checkout master
31+
- git config --global user.email "[email protected]"
32+
- git config --global user.name "Travis CI"
33+
- git remote remove origin
34+
- git remote add origin https://[email protected]/ember-cli/ember-cli-update-codemods-manifest.git
35+
- git fetch origin
36+
- git branch -u origin/master
3137
- npm run release

0 commit comments

Comments
 (0)