frontend/.travis.yml
2020-05-15 08:31:54 +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