1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00
budibase/packages/common/.travis.yml
2020-04-15 15:24:24 +01:00

12 lines
180 B
YAML

sudo: required
notifications:
slack: budibase:Nx2QNi9CP87Nn7ah2A4Qdzyy
script:
- npm install
- npm install -g jest
- node node_modules/eslint/bin/eslint src/**/*.js
- jest