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 0c07094 commit 4766d03Copy full SHA for 4766d03
.travis.yml
@@ -1,13 +1,14 @@
1
language: generic
2
env:
3
global:
4
- - IDE_VERSION=1.6.12
+ - IDE_VERSION=1.8.2
5
matrix:
6
- BOARD="arduino:avr:uno"
7
- BOARD="arduino:avr:micro"
8
- BOARD="arduino:avr:mega:cpu=atmega2560"
9
- BOARD="arduino:samd:arduino_zero_edbg"
10
- BOARD="arduino:samd:mkr1000"
11
+ - BOARD="arduino:samd:mkrzero"
12
before_install:
13
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
14
- sleep 3
0 commit comments