tiptap/.travis.yml

13 lines
262 B
YAML
Raw Normal View History

2018-11-14 19:41:57 +08:00
language: node_js
node_js:
- "10"
cache: yarn
2018-11-15 00:16:40 +08:00
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
2018-11-15 00:20:07 +08:00
- export PATH="$HOME/.yarn/bin:$PATH"
2018-11-15 00:16:40 +08:00
install:
2018-11-15 00:24:14 +08:00
- yarn install --production=false
2018-11-14 19:41:57 +08:00
script:
2018-11-15 00:06:25 +08:00
- yarn lint
- yarn test