stevengill commented on a change in pull request #772: CB-13543: fixing check for travis master branch URL: https://github.com/apache/cordova-docs/pull/772#discussion_r154190759
########## File path: .travis.yml ########## @@ -7,17 +7,5 @@ before_install: install: - npm install script: -- 'if [ $TRAVIS_BRANCH === "master" && $svn_pass ]; then - travis_wait 30 npm run-script build; - cd ..; - svn checkout --non-interactive --no-auth-cache --username=$svn_username --password=$svn_pass https://svn.apache.org/repos/asf/cordova/site cordova-website; - cp -R cordova-docs/build-prod/. cordova-website/public/; - cd cordova-website; - svn status | grep "?"; - svn add --force .; - svn --non-interactive --no-auth-cache --username=$svn_username --password=$svn_pass commit -m "Updated docs"; - cd ../cordova-docs; - npm test; - else - npm test; - fi' \ No newline at end of file + - chmod 755 buildAndDeploy.sh + - travis_wait 120 sleep infinity & ./buildAndDeploy.sh Review comment: might want to change the 120 to 30 i think ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
