1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-01 20:30:19 +02:00

Fix Travis errors

This commit is contained in:
bdring
2018-12-08 12:03:45 -06:00
parent af564c7c0e
commit c98c9a5d72

View File

@@ -5,9 +5,6 @@ language: bash
os: os:
- linux - linux
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
before_script: before_script:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- sleep 3 # give xvfb some time to start - sleep 3 # give xvfb some time to start