UNPKG

rtc-quickconnect

Version:

Create a WebRTC connection in record time

19 lines 448 B
version: 2 jobs: build: docker: - image: circleci/node:6.14.4 steps: - checkout - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name: install-npm command: npm install - save_cache: key: dependency-cache-{{ checksum "package.json" }} paths: - ./node_modules - run: name: test command: npm test