We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3348a53 commit 1951a74Copy full SHA for 1951a74
1 file changed
.travis.yml
@@ -26,12 +26,12 @@ jobs:
26
- npm run lint:js
27
- if: branch = master AND tag IS blank AND type = push
28
script:
29
- - echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
30
- 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
+ - echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
37
- npm run release
0 commit comments