From d46ab56ed7b5bcf8028c91c45cfd310992e8163f Mon Sep 17 00:00:00 2001 From: Chip Audette Date: Mon, 24 Apr 2017 15:12:40 -0400 Subject: [PATCH] Travis: remove xvfb --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5beeb2d..330488e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: c before_install: - - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16" - - sleep 3 - - export DISPLAY=:1.0 - sudo apt-get install arduino-core - sudo apt-get install arduino-mk - sudo apt-get install binutils-arm-none-eabi gcc-arm-none-eabi