bittorrent-tracker/.travis.yml
Feross Aboukhadijeh c87d3d1239 fix travis build
2019-08-07 18:56:31 -07:00

11 lines
304 B
YAML

language: node_js
sudo: false
node_js:
- lts/*
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