Skip to content

Commit 8cc0994

Browse files
author
brentru
committed
update travis to reflect adafruit master, add .m4wifi skip files
1 parent d64ad93 commit 8cc0994

File tree

9 files changed

+2
-4
lines changed

9 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ env:
1010
global:
1111
- PRETTYNAME="Adafruit IO Arduino Library"
1212

13-
1413
before_install:
15-
- source <(curl -SLs https://raw.githubusercontent.com/brentru/travis-ci-arduino/add-m4-airlift-target/install.sh)
14+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
1615
- cd $HOME/arduino_ide/libraries/
1716
- wget https://github.com/adafruit/WiFiNINA/archive/master.zip && unzip master.zip
1817
- mv WiFiNINA-master/ WiFiNINA && rm master.zip
@@ -23,7 +22,5 @@ install:
2322
- arduino --install-library "Adafruit Unified Sensor","Adafruit NeoPixel","DHT sensor library", "Ethernet"
2423

2524
script:
26-
# build SAMD target
2725
- build_platform m4wifi
28-
# build ESP8266 target
2926
- build_platform esp8266
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)