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
|
|
|
|
2018-11-11 17:31:17 -02:00
|
|
|
notifications:
|
|
|
|
email: false
|
2019-05-14 23:02:21 -03:00
|
|
|
|
2018-11-11 19:38:43 -02:00
|
|
|
before_script:
|
2018-11-12 20:34:37 -02:00
|
|
|
- npm run build
|
2018-11-11 19:38:43 -02:00
|
|
|
|
2018-11-11 17:41:36 -02:00
|
|
|
branches:
|
|
|
|
only:
|
2022-12-26 13:43:15 -03:00
|
|
|
- main
|
2018-11-12 13:03:03 +00:00
|
|
|
- /^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"
|
2018-11-12 20:34:37 -02:00
|
|
|
- npm pack
|
2018-11-11 20:00:11 -02:00
|
|
|
|
|
|
|
deploy:
|
2018-11-12 13:23:23 -02:00
|
|
|
|
2018-11-12 12:20:44 -02:00
|
|
|
- provider: pages
|
|
|
|
skip_cleanup: true
|
|
|
|
local_dir: docs/reference
|
|
|
|
github_token: $GITHUB_TOKEN
|
|
|
|
on:
|
|
|
|
tags: false
|
2023-01-01 14:53:07 -03:00
|
|
|
branch: main
|