Files
datasheet-server/.travis.yml
Scott Carver 7a8fa725e6 Add travis.yml
2018-11-12 10:08:37 +00:00

16 lines
236 B
YAML

language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
before_script:
- npm install -g yarn
- cp ./src/config.example.js ./src/config.js
install:
- yarn
script:
- yarn build
- yarn lint
- yarn test