Skip to content

Commit fa03051

Browse files
committed
Update .travis.yml
1 parent 00072bb commit fa03051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
- pip install --force-reinstall pylint==1.9.2
4343

4444
script:
45-
- pylint adafruit_radio.py
45+
- pylint adafruit_ble_radio.py
4646
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
47-
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-radio --library_location .
47+
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ble-radio --library_location .
4848
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)