Skip to content

Commit 1951a74

Browse files
author
Kelly Selden
committed
chore: move echo
1 parent 3348a53 commit 1951a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- npm run lint:js
2727
- if: branch = master AND tag IS blank AND type = push
2828
script:
29-
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
3029
- git checkout master
3130
- git config --global user.email "[email protected]"
3231
- git config --global user.name "Travis CI"
3332
- git remote remove origin
3433
- git remote add origin https://[email protected]/ember-cli/ember-cli-update-codemods-manifest.git
3534
- git fetch origin
3635
- git branch -u origin/master
36+
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
3737
- npm run release

0 commit comments

Comments
 (0)