61f75246f4
* Removing warnings * handle reading zero-length packets * updating travis to exclude archived libraries, addin Arduino WiFi101 lib instead * adding esp lib to travis * restrict builds to current hardware platforms * travis, esp8266: skip esp target for non-esp-based examples * adding test skips for zero, fixing fingerprint error bump library version
15 lines
404 B
YAML
15 lines
404 B
YAML
language: c
|
|
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"
|
|
script:
|
|
- build_platform esp8266
|
|
- arduino --install-library "WiFi101"
|
|
- build_platform zero
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|