mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-25 14:47:41 +00:00
16 lines
207 B
YAML
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
|