1
0
mirror of synced 2024-11-22 12:36:02 +03:00
mg-bot-api-client-js/.travis.yml

44 lines
870 B
YAML
Raw Normal View History

os: linux
2019-02-06 14:54:15 +03:00
language: node_js
2019-03-06 14:03:41 +03:00
if: tag IS blank
2019-03-06 14:03:41 +03:00
stages:
- test
- gh pages
- npm deploy
2019-03-06 14:03:41 +03:00
script: npm run test
2019-03-06 14:03:41 +03:00
jobs:
include:
- node_js: 8
- node_js: 10
- node_js: 12
- node_js: 13
2020-08-18 12:13:45 +03:00
after_success:
- npm install -g codecov
- npm run report-coverage
- stage: gh pages
script: skip
before_deploy: npm run doc
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: out
on:
branch: master
if: branch = master AND type = push AND fork = false
- stage: npm deploy
2020-08-18 12:13:45 +03:00
script: skip
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_API_KEY
skip-cleanup: true
on:
branch: master
if: branch = master AND type = push AND fork = false