klip/.travis.yml

9 lines
97 B
YAML

language: node_js
node_js:
- "9"
script:
- yarn run lint:nofix
- yarn test
- yarn build