Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ script:
- npm test
# Make sure it still builds successfully - the build isn't actually used yet:
- npm run build
before_deploy:
- node ./travis/bumpversion.js
deploy:
provider: npm
# Do not throw away the updated package.json we generated in `before_deploy`:
skip_cleanup: true
email: '$NPM_EMAIL'
api_key: '$NPM_TOKEN'
# Note: do not deploy on pull request, because $TRAVIS_BRANCH will be the target branch.
tag: '$TRAVIS_BRANCH'
on:
all_branches: true
# FIXME: https://github.com/solid/solid-panes/issues/220
# before_deploy:
# - node ./travis/bumpversion.js
# deploy:
# provider: npm
# # Do not throw away the updated package.json we generated in `before_deploy`:
# skip_cleanup: true
# email: '$NPM_EMAIL'
# api_key: '$NPM_TOKEN'
# # Note: do not deploy on pull request, because $TRAVIS_BRANCH will be the target branch.
# tag: '$TRAVIS_BRANCH'
# on:
# all_branches: true
Loading