Skip to content

Commit d7f4ea6

Browse files
committed
.travis.yml possible fix.
1 parent 295cccd commit d7f4ea6

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
@@ -39,5 +39,5 @@ install:
3939
script:
4040
- pylint neopixel_spi.py
4141
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
42-
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-neopixel_spi --library_location .
42+
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-neopixel-spi --library_location .
4343
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)