Travis: remove xvfb

pull/5/head
Chip Audette 7 years ago
parent ffb3431e28
commit d46ab56ed7
  1. 3
      .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

Loading…
Cancel
Save