[ 
https://issues.apache.org/jira/browse/ARROW-6759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16943014#comment-16943014
 ] 

Paul Taylor commented on ARROW-6759:
------------------------------------

Yeah no sweat, we can change the `ci/travis_script_js.sh` build and test 
commands to only test the UMD builds. Historically these have the most issues 
since they're minified, so if they pass everything should pass:

{code:bash}
npm run build -- -m umd -t es5 -t es2015 -t esnext
npm test -- -m umd -t es5 -t es2015 -t esnext
{code}


> [JS] Run less comprehensive every-commit build, relegate multi-target builds 
> perhaps to nightlies
> -------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-6759
>                 URL: https://issues.apache.org/jira/browse/ARROW-6759
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: JavaScript
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 1.0.0
>
>
> The JavaScript CI build is taking 25-30 minutes nowadays. This could be 
> abbreviated by testing fewer deployment targets. We obviously still need to 
> test all the deployment targets but we could do that nightly instead of on 
> every commit



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to