fix up zero & library additioning dox
This commit is contained in:
parent
7d75dd1718
commit
dae5547161
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ sudo: false
|
|||
before_install:
|
||||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
||||
install:
|
||||
- arduino --install-library "Adafruit SleepyDog Library,Adafruit FONA Library"
|
||||
- arduino --install-library "Adafruit SleepyDog Library","Adafruit FONA Library"
|
||||
script:
|
||||
- build_main_platforms
|
||||
notifications:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ fi
|
|||
|
||||
# associative array for the platforms that will be verified in build_main_platforms()
|
||||
# this will be eval'd in the functions below because arrays can't be exported
|
||||
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" )'
|
||||
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" )'
|
||||
|
||||
# associative array for other platforms that can be called explicitly in .travis.yml configs
|
||||
# this will be eval'd in the functions below because arrays can't be exported
|
||||
|
|
|
|||
Loading…
Reference in a new issue