You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2017/11/30 21:04:12 UTC

[GitHub] audreyso commented on a change in pull request #772: CB-13543: fixing check for travis master branch

audreyso 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_r154200529
 
 

 ##########
 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:
   fixed!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org