Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9319a4a

Browse files
committed
fix: key exchange fixed
1 parent c0f409e commit 9319a4a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ after_success:
4141

4242
jobs:
4343
include:
44-
# - stage: check
45-
# script:
46-
# - npx aegir build --bundlesize
47-
# - npx aegir dep-check -- -i wrtc -i electron-webrtc
48-
# - npm run lint
44+
- stage: check
45+
script:
46+
- npx aegir build --bundlesize
47+
- npx aegir dep-check -- -i wrtc -i electron-webrtc
48+
- npm run lint
4949

5050
- stage: test
5151
name: chrome

test/core/key-exchange.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { expect } = require('interface-ipfs-core/src/utils/mocha')
66
const hat = require('hat')
77
const factory = require('../utils/factory')
88

9-
describe.only('key exchange', function () {
9+
describe('key exchange', function () {
1010
this.timeout(20 * 1000)
1111
const df = factory()
1212
let ipfs

0 commit comments

Comments
 (0)