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 a03552e commit 70cce8fCopy full SHA for 70cce8f
.travis.yml
@@ -39,7 +39,7 @@ before_deploy:
39
- cd dist/igniteui-angular
40
# update package versions
41
- npm version "${TRAVIS_TAG}" --no-git-tag-version --save
42
-- if [[ "${TRAVIS_TAG}" == *"beta"* || "${TRAVIS_TAG}" == *"rc"* ]]; then export NPM_TAG="next"; else export NPM_TAG="latest"; fi
+- if [[ "${TRAVIS_TAG}" == *"alpha"* || "${TRAVIS_TAG}" == *"beta"* || "${TRAVIS_TAG}" == *"rc"* ]]; then export NPM_TAG="next"; else export NPM_TAG="latest"; fi
43
44
# copy readme
45
- cp ../../README.md README.md
0 commit comments