fix: make sure signed=false on set/get cookie (#24)

This commit is contained in:
fengmk2
2017-01-13 14:38:13 +08:00
committed by GitHub
parent 1327118e10
commit 1f485fde83
6 changed files with 42 additions and 42 deletions

View File

@@ -1,9 +1,12 @@
sudo: false
language: node_js
node_js:
- '5'
- '4'
- '6'
- '7'
install:
- npm i npminstall && npminstall
script:
- 'npm run test-cov'
- npm run ci
after_script:
- 'npm i codecov.io && cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js'
- npminstall codecov && codecov