Skip to content

Commit 86851d4

Browse files
committed
fixed typo
1 parent 0bf4ee6 commit 86851d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ script:
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3030
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lis3dh --library_location
3131
.
32-
- cd docs && sphinx-build -E -W -b - cd docs && sphinx-build -E -W -b html . _build/html && cd ..
33-
html . _build/html
32+
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)