mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
15 lines
208 B
YAML
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
|