mirror of
https://github.com/cupcakearmy/koa-router.git
synced 2025-01-02 21:36:32 +00:00
Drone IO
This commit is contained in:
parent
677c341d89
commit
9f2b577fef
6
.drone.yml
Normal file
6
.drone.yml
Normal file
@ -0,0 +1,6 @@
|
||||
pipeline:
|
||||
test:
|
||||
image: node
|
||||
commands:
|
||||
- npm i
|
||||
- npm run test
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
@ -26,4 +26,4 @@
|
||||
"koa": "^2.3.0",
|
||||
"mocha": "^3.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user