fix: make sure signed=false on set/get cookie (#24)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user