Skip to content

Commit 71b5cd6

Browse files
committed
Update Travis software versions
Using latest: Arduino 1.8.12 and Teensyduino 152. This makes the CI builds current, but introduces the Java socket issue that spams the CI build log.
1 parent 8e9cce5 commit 71b5cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: C
22
env:
33
global:
4-
- IDE_VERSION=1.8.1
5-
- TEENSY_VERSION=145
4+
- IDE_VERSION=1.8.12
5+
- TEENSY_VERSION=152
66
- BOARDS_DESTINATION=/usr/local/share/arduino/hardware
77
matrix:
88
include:

0 commit comments

Comments
 (0)