hotgo/hotgo-web/.travis.yml

8 lines
113 B
YAML
Raw Normal View History

2022-02-25 17:11:17 +08:00
language: node_js
node_js:
- 10.15.0
cache: yarn
script:
- yarn
- yarn run lint --no-fix && yarn run build