8000 fix Travis · sephyrah/arduinoWebSockets@4223a9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4223a9e

Browse files
committed
fix Travis
1 parent 72731be commit 4223a9e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
sudo: false
2+
dist:
3+
- xenial
4+
addons:
5+
apt:
6+
packages:
7+
- xvfb
28
language: bash
39
os:
410
- linux
@@ -14,8 +20,8 @@ env:
1420

1521
script:
1622
- /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
1823
- export DISPLAY=:1.0
24+
- sleep 3
1925
- wget http://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
2026
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
2127
- mv arduino-$IDE_VERSION $HOME/arduino_ide
@@ -28,6 +34,7 @@ script:
2834
- cd $TRAVIS_BUILD_DIR
2935
- arduino --board $BOARD --save-prefs
3036
- arduino --get-pref sketchbook.path
37+
- arduino --pref update.check=false
3138
- build_sketches arduino $HOME/Arduino/libraries/arduinoWebSockets/examples/$CPU $CPU
3239

3340
notifications:

0 commit comments

Comments
 (0)
0