Skip to content

Commit

Permalink
[adaptor-memcache-plus] Add memcache-plus adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHreben committed Sep 6, 2018
1 parent b619a77 commit 4c336f3
Show file tree
Hide file tree
Showing 15 changed files with 3,863 additions and 6,615 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Expand Up @@ -12,5 +12,5 @@ ratings:
- packages/**

exclude_paths:
- "examples/"
- "test/"
- examples/
- test/
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,8 +1,10 @@
language: node_js
node_js:
- "8"
- 10

script:
- npm test
after_success:
- npm run test:upload

services:
- redis-server
- memcached
1 change: 1 addition & 0 deletions README.md

0 comments on commit 4c336f3

Please sign in to comment.