UNPKG

@accordproject/markdown-editor

Version:

A rich text editor that can read and write markdown text. Based on Slate.js.

30 lines (29 loc) 595 B
language: node_js node_js: - '8' dist: trusty before_install: | set -e export PATH="./$HOME/node_modules/.bin:$PATH" npm install -g @alrra/travis-scripts date install: | set -e date npm install date script: npm run build && npm run test 2>&1 deploy: provider: script script: - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./.travis/deploy.sh; fi skip_cleanup: true on: all_branches: true repo: accordproject/markdown-editor after_failure: tail -n +1 -- /home/travis/.npm/_logs/*-debug.log after_success: cache: directories: - node_modules services: