mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-04-25 14:12:22 +00:00
chore: enable ip6 tests (#85)
This commit is contained in:
parent
83475bddd7
commit
1be100bf7e
13
.travis.yml
13
.travis.yml
@ -8,15 +8,20 @@ stages:
|
|||||||
node_js:
|
node_js:
|
||||||
- '10'
|
- '10'
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
script: npx nyc -s npm run test:node -- --bail
|
script: npx nyc -s npm run test:node -- --bail
|
||||||
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
|
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
- os: linux
|
||||||
|
sudo: false
|
||||||
|
before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
||||||
|
|
||||||
|
- os: windows
|
||||||
|
cache: false
|
||||||
|
|
||||||
|
- os: osx
|
||||||
|
|
||||||
- stage: check
|
- stage: check
|
||||||
script:
|
script:
|
||||||
- npx aegir commitlint --travis
|
- npx aegir commitlint --travis
|
||||||
|
@ -253,8 +253,7 @@ describe('dial', () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO: https://github.com/libp2p/js-libp2p-websockets/issues/84
|
describe('ip6', () => {
|
||||||
describe.skip('ip6', () => {
|
|
||||||
let ws
|
let ws
|
||||||
let listener
|
let listener
|
||||||
const ma = multiaddr('/ip6/::1/tcp/9091')
|
const ma = multiaddr('/ip6/::1/tcp/9091')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user