botserver/.travis.yml
2022-12-16 09:31:43 -03:00

32 lines
443 B
YAML

dist: kinetic
language: node_js
node_js:
- 19
notifications:
email: false
before_script:
- npm run build
branches:
only:
- master
- /^greenkeeper/.*$/
except:
- /^v\d+\.\d+\.\d+$/
after_success:
- npm run travis-deploy-once "npm run semantic-release"
- npm pack
deploy:
- provider: pages
skip_cleanup: true
local_dir: docs/reference
github_token: $GITHUB_TOKEN
on:
tags: false
branch: master