mit-license/.travis.yml

16 lines
207 B
YAML

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