Compare commits

..

No commits in common. "master" and "v3.0.11" have entirely different histories.

5 changed files with 9 additions and 19 deletions

View File

@ -9,13 +9,8 @@ steps:
commands: commands:
- npm install - npm install
- npm run ci - npm run ci
environment:
TEST_REDIS_HOST: redis
services:
- name: redis
image: redis:5-alpine
--- ---
kind: signature kind: signature
hmac: 6cf23314158a6b508ef5240c110304b4b8c8f155d837c393ad1beb7a75a7d990 hmac: a49a1e7c428472d0237bb2ba73511965607384f45114941b869c6a9eff7aef70
... ...

View File

@ -1,12 +1,9 @@
stages: stages:
- test - test
test: test:
image: node:12 image: node:12
stage: test stage: test
variables:
TEST_REDIS_HOST: redis
script: script:
- npm install - npm install
- npm run ci - npm run ci
services:
- redis:5-alpine

View File

@ -1,6 +1,4 @@
language: node_js language: node_js
services:
- redis-server
node_js: node_js:
- "8" - "8"
- "12" - "12"

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "peer-calls", "name": "peer-calls",
"version": "3.0.12", "version": "3.0.11",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "peer-calls", "name": "peer-calls",
"version": "3.0.12", "version": "3.0.11",
"description": "Group peer to peer video calls for anybody.", "description": "Group peer to peer video calls for anybody.",
"repository": "https://github.com/jeremija/peer-calls", "repository": "https://github.com/jeremija/peer-calls",
"main": "lib/index.js", "main": "lib/index.js",