Skip to content

Commit cd34ef8

Browse files
authored
Merge pull request #4 from kattni/travis-yml-fix
.travis.yml possible fix.
2 parents 295cccd + d7f4ea6 commit cd34ef8

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)