mirror of
https://github.com/cupcakearmy/koa-router.git
synced 2025-09-05 15:30:39 +00:00
Drone IO
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user