File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
+ dist :
3
+ - xenial
4
+ addons :
5
+ apt :
6
+ packages :
7
+ - xvfb
2
8
language : bash
3
9
os :
4
10
- linux
14
20
15
21
script :
16
22
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
17
- - sleep 3
18
23
- export DISPLAY=:1.0
24
+ - sleep 3
19
25
- wget http://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
20
26
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
21
27
- mv arduino-$IDE_VERSION $HOME/arduino_ide
@@ -28,6 +34,7 @@ script:
28
34
- cd $TRAVIS_BUILD_DIR
29
35
- arduino --board $BOARD --save-prefs
30
36
- arduino --get-pref sketchbook.path
37
+ - arduino --pref update.check=false
31
38
- build_sketches arduino $HOME/Arduino/libraries/arduinoWebSockets/examples/$CPU $CPU
32
39
33
40
notifications :
You can’t perform that action at this time.
0 commit comments