First Commit
This commit is contained in:
commit
601e886c14
2123 files changed
+334815
No files matched your search
+17
@@ -0,0 +1,17 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
matrix:
|
||||
include:
|
||||
- node_js: "13"
|
||||
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
|
||||
allow_failures:
|
||||
# Allow the nightly installs to fail
|
||||
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
|
||||
script:
|
||||
- npm test
|
||||
- npm run lint
|
||||
services:
|
||||
- mongodb
|
||||
Reference in new issue
Block a user