You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
te,porary solution to enable IPv6 on travis-ci in trusty images
This commit is contained in:
committed by
Ruben Bridgewater
parent
45166f782d
commit
c57d62c857
@@ -1,5 +1,5 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
sudo: false
|
sudo: required
|
||||||
env:
|
env:
|
||||||
- CXX=g++-4.8 TRAVIS=true
|
- CXX=g++-4.8 TRAVIS=true
|
||||||
addons:
|
addons:
|
||||||
@@ -15,3 +15,9 @@ node_js:
|
|||||||
- "6"
|
- "6"
|
||||||
- "8"
|
- "8"
|
||||||
after_success: npm run coveralls
|
after_success: npm run coveralls
|
||||||
|
before_script:
|
||||||
|
# Add an IPv6 config - see the corresponding Travis issue
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/8361
|
||||||
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
||||||
|
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user