File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sudo: false
21
21
before_install:
22
22
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
23
23
install:
24
- - arduino --install-library "Adafruit SleepyDog Library, Adafruit FONA Library"
24
+ - arduino --install-library "Adafruit SleepyDog Library"," Adafruit FONA Library"
25
25
script:
26
26
- build_main_platforms
27
27
notifications:
Original file line number Diff line number Diff line change 8
8
9
9
# associative array for the platforms that will be verified in build_main_platforms()
10
10
# 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" )'
12
12
13
13
# associative array for other platforms that can be called explicitly in .travis.yml configs
14
14
# this will be eval'd in the functions below because arrays can't be exported
You can’t perform that action at this time.
0 commit comments