From 140960145b0c3e52ebef63043d5ffacbdca1c394 Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Fri, 26 Jun 2015 17:52:01 -0700 Subject: [PATCH] Test Travis with Xvfb doing -nolisten tcp and -nolisten unix --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b8e294..3218f2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ before_script: - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" + - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -nolisten $NOLISTEN" + +env: + - NOLISTEN=tcp + - NOLISTEN=unix language: node_js node_js: