bittorrent-tracker/.travis.yml

12 lines
360 B
YAML
Raw Normal View History

2014-03-26 08:17:00 +00:00
language: node_js
2015-12-16 10:04:21 +00:00
sudo: false
2014-03-26 08:17:00 +00:00
node_js:
2015-12-01 07:30:26 +00:00
- "node"
before_script:
2018-01-14 12:34:30 +00:00
# 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