diff --git a/.travis.yml b/.travis.yml index 2be257d..d232096 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ addons: # Build the docs script: - - cd docs + - cd doc - doxygen # Deploy using Travis-CI/GitHub Pages integration support @@ -34,5 +34,5 @@ deploy: local_dir: $TRAVIS_BUILD_DIR/docs/html github_token: $GITHUB_API_KEY on: - branch: master + branch: gh-pages