CloudrevePlus-frontend/.travis.yml
2024-02-25 08:27:01 +08:00

8 lines
124 B
YAML

language: node_js
node_js:
- 12.16.3
before_script:
- yarn install
script:
- CI=false yarn run build
- yarn run test