diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9837195..0000000 --- a/.travis.yml +++ /dev/null @@ -1,47 +0,0 @@ -language: c -os: linux -cache: - directories: - - ~/arduino_ide - - ~/.arduino15/packages/ - -# Blacklist -branches: - except: - - gh-pages -git: - depth: false - quiet: true -addons: - apt: - sources: - - llvm-toolchain-trusty-5.0 - - key_url: 'http://apt.llvm.org/llvm-snapshot.gpg.key' - packages: - - python3-pip - - python3-wheel - - clang-format-5.0 -env: - global: -# The script below does not seem to support 2.x versions -# - ARDUINO_IDE_VERSION="2.0.3" - - PRETTYNAME="Arduino TR-064 Library" -# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile" -# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile - -before_install: - - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) - -#install: -# - arduino --install-library "ConfigManager" - -script: - - build_platform esp8266 - - build_platform esp32 - -# Generate and deploy documentation -after_success: - # Currently not doing anything - - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh) - # Now create doxy documentation - - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh) diff --git a/README.md b/README.md index 44d1195..862d408 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Some of the old issues are: * Add yield()'s (where sensible) * Error-handeling can always be improved * Should some of the calls of the examples be included into the library? +* Get the DOXY to work again ### Examples