Skip to content

Commit 65d9051

Browse files
authored
Fix travis config for right filename.
1 parent 7a9b9b5 commit 65d9051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
2727

2828
script:
29-
- pylint adafruit_rfm95.py
29+
- pylint adafruit_rfm9x.py
3030
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-rfm9x --library_location .
3232
- cd docs && sphinx-build -E -W -b html . _build/html

0 commit comments

Comments
 (0)