feat: allow custom locale store cookie domain (#33)

* test: use mocha@4
This commit is contained in:
fengmk2
2019-04-17 10:43:00 +08:00
committed by GitHub
parent b3c8ab19e5
commit 08037ee0ae
6 changed files with 50 additions and 12 deletions

View File

@@ -2,7 +2,9 @@ environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '6'
- nodejs_version: '7'
- nodejs_version: '8'
- nodejs_version: '10'
- nodejs_version: '11'
install:
- ps: Install-Product node $env:nodejs_version
@@ -11,6 +13,6 @@ install:
test_script:
- node --version
- npm --version
- npm run ci
- npm run test
build: off