UNPKG

express-socket.io-session

Version:

Share a cookie-based express-session middleware with socket.io

24 lines (20 loc) 299 B
language: node_js cache: directories: - node_modules node_js: - 10 stages: - lint - test - name: test more if: branch = master jobs: include: - stage: lint script: yarn lint - stage: test script: yarn test - stage: test more node_js: 8 script: yarn test