Skip to content

Commit 027e3a6

Browse files
committed
Use IDE 1.6.10 and remove Leonardo from allowed failures
1 parent 5da947c commit 027e3a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: generic
22
env:
33
global:
4-
- IDE_VERSION=1.6.9
4+
- IDE_VERSION=1.6.10
55
matrix:
66
- BOARD="arduino:avr:uno"
77
- BOARD="arduino:avr:leonardo"
@@ -10,9 +10,6 @@ env:
1010
- BOARD="arduino:samd:arduino_zero_edbg"
1111
- BOARD="arduino:samd:mkr1000"
1212
- BOARD="Intel:arc32:arduino_101"
13-
matrix:
14-
allow_failures:
15-
- env: BOARD="arduino:avr:leonardo"
1613
before_install:
1714
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
1815
- sleep 3

0 commit comments

Comments
 (0)