Skip to content

Commit 57f5531

Browse files
committed
travisfix
1 parent abc3be1 commit 57f5531

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
cache:
77
pip: true
88
deploy:
9-
- provider: releases
9+
- provider: releases
1010
api_key: "$GITHUB_TOKEN"
1111
file_glob: true
1212
file: "$TRAVIS_BUILD_DIR/bundles/*"
@@ -28,6 +28,5 @@ script:
2828
- pylint adafruit_pn532.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
3030
examples/*.py)
31-
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location
32-
.
31+
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pn532 --library_location .
3332
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)