chore: test travis change

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
Jacob Heun 2019-04-19 14:13:11 +02:00
parent 1eca9d656e
commit 09e5752cb4
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -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