File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ before_install:
1515 - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
1616
1717install :
18- - arduino --install-library "Adafruit ILI9341"
18+ - arduino --install-library "Adafruit ILI9341" "Adafruit Zero DMA Library"
1919
2020script :
2121 - build_main_platforms
2222
2323# Generate and deploy documentation
2424after_success :
2525 - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
26- - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
26+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
You can’t perform that action at this time.
0 commit comments