diff --git a/.travis.yml b/.travis.yml index fc129ac..546d220 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/package_esp8266com_index.json" --save-prefs - arduino --install-boards esp8266:esp8266 > /dev/null - arduino --install-boards arduino:sam > /dev/null - - arduino --install-library "Adafruit SleepyDog Library" + - arduino --install-library "Adafruit SleepyDog Library,Adafruit FONA Library" script: - arduino --board arduino:avr:uno --save-prefs - arduino --verify $PWD/examples/mqtt_cc3k/mqtt_cc3k.ino diff --git a/README.md b/README.md index 1807c8c..f289eb0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ publish and subscribe to feeds. Note that this does not support the full MQTT spec but is intended to support enough for QoS 0 and 1 publishing. Depends on the following other libraries depending on the target platform: - - - [Adafruit SleepyDog](https://github.com/adafruit/Adafruit_SleepyDog), watchdog + + - [Adafruit SleepyDog](https://github.com/adafruit/Adafruit_SleepyDog), watchdog library used by FONA and CC3000 code for reliability. - [Adafruit CC3000](https://github.com/adafruit/Adafruit_CC3000_Library), required