Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pad pane - HTML export of notepad. #225

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
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