]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - .travis.yml
Change out of docs
[Adafruit_Blinka-hackapet.git] / .travis.yml
index 98cdc4d68fe9ab599ad7b0860d4cf27e0197fb22..7c83742379aa87df8133277028b1ddee366572a6 100755 (executable)
@@ -22,4 +22,4 @@ install:
 script:
   - pylint src/**/*.py
   - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
-  - cd docs && sphinx-build -E -W -b html . _build/html
+  - cd docs && sphinx-build -E -W -b html . _build/html && cd ..