mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-26 20:22:35 +00:00
chore: test travis change
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
parent
1eca9d656e
commit
09e5752cb4
@ -10,7 +10,6 @@ node_js:
|
|||||||
- '10'
|
- '10'
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
script: npx nyc -s npm run test:node -- --bail
|
script: npx nyc -s npm run test:node -- --bail
|
||||||
@ -18,6 +17,9 @@ after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codeco
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
- os: linux
|
||||||
|
before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
||||||
|
|
||||||
- os: windows
|
- os: windows
|
||||||
filter_secrets: false
|
filter_secrets: false
|
||||||
cache: false
|
cache: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user