mit-license/.travis.yml

15 lines
190 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