UNPKG

wix-redraft

Version:

Based on github.com/lokiuz/redraft. Adjusted for wix-rich-content needs.

15 lines (14 loc) 229 B
language: node_js cache: npm: true directories: - node_modules node_js: - '12' branches: only: - master install: npm install script: - npm run build || travis_terminate 1; - npm run release || travis_terminate 1;