UNPKG

yaml-include

Version:

Custom YAML tag definitions to support modular YAML documents with js-yaml.

22 lines (19 loc) 307 B
sudo: false language: node_js cache: directories: - ~/.npm node_js: - 10 - 8 install: npm install jobs: include: - stage: release if: branch = master node_js: 10 deploy: provider: script skip_cleanup: true script: - npx semantic-release