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 443067d commit 550fd25Copy full SHA for 550fd25
.travis.yml
@@ -6,11 +6,8 @@ addons:
6
- libstdc++6:i386
7
env:
8
global:
9
- - IDE_VERSION=1.6.12
+ - IDE_VERSION=1.8.1
10
before_install:
11
- - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
12
- - sleep 3
13
- - export DISPLAY=:1.0
14
- wget http://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
15
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
16
- mv arduino-$IDE_VERSION $HOME/arduino-ide
0 commit comments