Skip to content

Commit f88bfc0

Browse files
author
brentru
committed
redirect to my install script for now
1 parent 81487b5 commit f88bfc0

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
@@ -12,7 +12,7 @@ env:
1212

1313

1414
before_install:
15-
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
15+
- source <(curl -SLs https://raw.githubusercontent.com/brentru/travis-ci-arduino/add-m4-airlift-target/install.sh)
1616

1717
install:
1818
- arduino --install-library "Adafruit IO Arduino","Adafruit MQTT Library","ArduinoHttpClient"
@@ -23,4 +23,4 @@ script:
2323
- build_platform esp8266
2424
# build SAMD target
2525
- arduino --install-library "WiFi101", "Ethernet"
26-
- build_platform zero
26+
- build_platform m4wifi

0 commit comments

Comments
 (0)