Files
datasheet-server/.travis.yml
Lachlan Kermode 2e343a17dd enc
2020-03-26 06:45:49 +01:00

15 lines
173 B
YAML

language: node_js
node_js:
- stable
cache:
directories:
- node_modules
before_script:
- npm install -g yarn
install:
- yarn
script:
- yarn build
- yarn lint
- yarn test