picgo-plugin-light-picture/.travis.yml
张宇衡 a93be9bfd2 init
2022-10-30 17:00:36 +08:00

32 lines
432 B
YAML

language: node_js
node_js: stable
# Travis-CI Caching
cache:
directories:
- node_modules
yarn: true
# S: Build Lifecycle
install:
- yarn
stages:
- name: deploy
jobs:
include:
- stage: deploy
script:
- npm run build
deploy:
provider: npm
email: ""
api_key: "${NPM_TOKEN}"
skip_cleanup: true
on:
branch: master
branches:
only:
- master