tiptap/.travis.yml
2018-11-14 17:24:14 +01:00

13 lines
262 B
YAML

language: node_js
node_js:
- "10"
cache: yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- yarn install --production=false
script:
- yarn lint
- yarn test