mit-license/.travis.yml
2019-06-28 20:43:50 +12:00

15 lines
208 B
YAML

language: node_js
node_js: lts/*
cache:
- npm
- yarn
before_install: npm i -g yarn
install: yarn install --non-interactive
script:
- yarn test
- yarn lint