We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1904670 commit 0b487b3Copy full SHA for 0b487b3
.travis.yml
@@ -5,12 +5,7 @@ language: bash
5
os:
6
- linux
7
8
-before_install:
9
- - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
10
-
11
before_script:
12
- - "export DISPLAY=:99.0"
13
- - sleep 3 # give xvfb some time to start
14
- wget http://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz
15
- tar xf arduino-1.8.5-linux64.tar.xz
16
- mv arduino-1.8.5 $HOME/arduino_ide
0 commit comments