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 5da947c commit 027e3a6Copy full SHA for 027e3a6
.travis.yml
@@ -1,7 +1,7 @@
1
language: generic
2
env:
3
global:
4
- - IDE_VERSION=1.6.9
+ - IDE_VERSION=1.6.10
5
matrix:
6
- BOARD="arduino:avr:uno"
7
- BOARD="arduino:avr:leonardo"
@@ -10,9 +10,6 @@ env:
10
- BOARD="arduino:samd:arduino_zero_edbg"
11
- BOARD="arduino:samd:mkr1000"
12
- BOARD="Intel:arc32:arduino_101"
13
-matrix:
14
- allow_failures:
15
- - env: BOARD="arduino:avr:leonardo"
16
before_install:
17
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
18
- sleep 3
0 commit comments