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 2019/05/09 05:42:31 UTC

[GitHub] [cordova-docs] raphinesse commented on a change in pull request #985: Faster PR builds & use Travis CI's deploy phase

raphinesse commented on a change in pull request #985: Faster PR builds & use Travis CI's deploy phase
URL: https://github.com/apache/cordova-docs/pull/985#discussion_r282344652
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -1,12 +1,17 @@
 language: node_js
+node_js: 8
 sudo: false
-node_js:
-- '8'
-before_install:
-- bundle install
+
 install:
-- npm install
-script:
-  - export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
-  - chmod 755 buildAndDeploy.sh
-  - travis_wait 30 sleep infinity & ./buildAndDeploy.sh
+  - npm install
+  - bundle install
 
 Review comment:
   `npm test` is the default `script`, i.e. main CI phase for projects with `language: node_js`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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