mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 10:56:25 +00:00
9 lines
139 B
YAML
9 lines
139 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "node"
|
|
- "4"
|
|
- "0.12"
|
|
before_script:
|
|
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
|