parent
7f6bc7cc5b
commit
88859bba93
@ -1,3 +1,11 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- lts/*
|
||||
- lts/*
|
||||
cache: npm
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- npm test
|
||||
- npm run build
|
Loading…
Reference in new issue