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 81487b5 commit f88bfc0Copy full SHA for f88bfc0
.travis.yml
@@ -12,7 +12,7 @@ env:
12
13
14
before_install:
15
- - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
+ - source <(curl -SLs https://raw.githubusercontent.com/brentru/travis-ci-arduino/add-m4-airlift-target/install.sh)
16
17
install:
18
- arduino --install-library "Adafruit IO Arduino","Adafruit MQTT Library","ArduinoHttpClient"
@@ -23,4 +23,4 @@ script:
23
- build_platform esp8266
24
# build SAMD target
25
- arduino --install-library "WiFi101", "Ethernet"
26
- - build_platform zero
+ - build_platform m4wifi
0 commit comments