We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ada14 commit 1cd922eCopy full SHA for 1cd922e
.travis.yml
@@ -3,4 +3,9 @@ sudo: false
3
node_js:
4
- "node"
5
before_script:
6
+ # Add an IPv6 config - see the corresponding Travis issue
7
+ # https://github.com/travis-ci/travis-ci/issues/8361
8
+ - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
9
+ sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
10
+ fi
11
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
0 commit comments