botserver/.travis.yml

34 lines
477 B
YAML
Raw Normal View History

2022-12-16 09:39:55 -03:00
dist: focal
2018-11-11 10:50:58 -02:00
language: node_js
node_js:
2023-07-09 10:36:38 -03:00
- 19.7.0
2022-11-29 21:51:53 -03:00
2018-11-11 17:41:36 -02:00
notifications:
email: false
2018-11-11 19:38:43 -02:00
before_script:
- npm run build
2018-11-11 19:38:43 -02:00
2018-11-11 17:41:36 -02:00
branches:
only:
- main
- /^greenkeeper/.*$/
2018-11-12 12:54:14 -02:00
except:
- /^v\d+\.\d+\.\d+$/
2018-11-11 19:38:43 -02:00
after_success:
2022-12-16 10:54:34 -03:00
- npm install -g travis-deploy-once
2018-11-12 12:54:14 -02:00
- npm run travis-deploy-once "npm run semantic-release"
- npm pack
2018-11-11 20:00:11 -02:00
deploy:
2018-11-12 13:23:23 -02:00
- provider: pages
skip_cleanup: true
local_dir: docs/reference
github_token: $GITHUB_TOKEN
on:
tags: false
branch: main