mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-25 17:42:22 +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'
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
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:
|
||||
include:
|
||||
- os: linux
|
||||
before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
||||
|
||||
- os: windows
|
||||
filter_secrets: false
|
||||
cache: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user