diff --git a/.travis.yml b/.travis.yml index 25ce014..6d72f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: cache: pip: true deploy: -- provider: releases +- provider: releases api_key: "$GITHUB_TOKEN" file_glob: true file: "$TRAVIS_BUILD_DIR/bundles/*" @@ -28,6 +28,5 @@ script: - pylint adafruit_pn532.py - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py) -- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location - . +- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location . - cd docs && sphinx-build -E -W -b html . _build/html && cd ..