From 0c27bbe3eb1dc9ea3394db2fa5710effc1409208 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 25 Jan 2018 12:35:25 -0500 Subject: [PATCH] config - Update path to generate script --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4412f01a..beb418d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,5 +46,6 @@ after_success: - cd $TRAVIS_BUILD_DIR - ls - echo $DOXYFILE - - chmod +x generateDocumentationAndDeploy.sh - - ./generateDocumentationAndDeploy.sh + - pwd + - chmod +x scripts/generateDocumentationAndDeploy.sh + - ./scripts/generateDocumentationAndDeploy.sh