mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 10:56:25 +00:00
12 lines
360 B
YAML
12 lines
360 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "node"
|
|
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
|
|
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
|