Skip to content

Commit dae5547

Browse files
committed
fix up zero & library additioning dox
1 parent 7d75dd1 commit dae5547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sudo: false
2121
before_install:
2222
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
2323
install:
24-
- arduino --install-library "Adafruit SleepyDog Library,Adafruit FONA Library"
24+
- arduino --install-library "Adafruit SleepyDog Library","Adafruit FONA Library"
2525
script:
2626
- build_main_platforms
2727
notifications:

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
# associative array for the platforms that will be verified in build_main_platforms()
1010
# this will be eval'd in the functions below because arrays can't be exported
11-
export MAIN_PLATFORMS='declare -A main_platforms=( [uno]="arduino:avr:uno" [due]="arduino:sam:arduino_due_x" [zero]="arduino:samd:zero" [esp8266]="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80" [leonardo]="arduino:avr:leonardo" )'
11+
export MAIN_PLATFORMS='declare -A main_platforms=( [uno]="arduino:avr:uno" [due]="arduino:sam:arduino_due_x" [zero]="arduino:samd:arduino_zero_native" [esp8266]="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80" [leonardo]="arduino:avr:leonardo" )'
1212

1313
# associative array for other platforms that can be called explicitly in .travis.yml configs
1414
# this will be eval'd in the functions below because arrays can't be exported

0 commit comments

Comments
 (0)