tiptap/.travis.yml

20 lines
266 B
YAML
Raw Normal View History

2018-11-14 19:41:57 +08:00
language: node_js
2018-11-15 00:43:53 +08:00
2018-11-14 19:41:57 +08:00
node_js:
2018-11-15 00:43:53 +08:00
- 10
2018-11-14 19:41:57 +08:00
cache: yarn
2018-11-15 00:43:53 +08:00
2018-11-15 00:16:40 +08:00
before_install:
2018-11-15 00:43:53 +08:00
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH=$HOME/.yarn/bin:$PATH
2018-11-15 00:16:40 +08:00
install:
2018-11-15 00:43:53 +08:00
- yarn install
2018-11-15 01:05:16 +08:00
- yarn build:packages
2018-11-15 01:02:36 +08:00
2018-11-14 19:41:57 +08:00
script:
- yarn audit-ci
2018-11-15 00:06:25 +08:00
- yarn lint
- yarn test