Skip to content

Commit 4766d03

Browse files
committed
Use IDE 1.8.2 and add MKRZero to build list
1 parent 0c07094 commit 4766d03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: generic
22
env:
33
global:
4-
- IDE_VERSION=1.6.12
4+
- IDE_VERSION=1.8.2
55
matrix:
66
- BOARD="arduino:avr:uno"
77
- BOARD="arduino:avr:micro"
88
- BOARD="arduino:avr:mega:cpu=atmega2560"
99
- BOARD="arduino:samd:arduino_zero_edbg"
1010
- BOARD="arduino:samd:mkr1000"
11+
- BOARD="arduino:samd:mkrzero"
1112
before_install:
1213
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
1314
- sleep 3

0 commit comments

Comments
 (0)