From 069d376cbcde3b37fb61418b5d4e955898c27a86 Mon Sep 17 00:00:00 2001 From: David Antliff Date: Sat, 5 Aug 2017 12:25:16 +1200 Subject: [PATCH] Travis WIP. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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