Skip to content

Commit fc097c1

Browse files
committed
Found another one, probably the actual culprit
1 parent 0a631cc commit fc097c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ install:
2929
script:
3030
- pylint adafruit_st7789.py
3131
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
32-
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7735 --library_location .
32+
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7789 --library_location .
3333
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)