You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/05/01 16:52:57 UTC

[arrow] branch master updated: ARROW-2509: Build for node 9.8

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new eda5ca8  ARROW-2509: Build for node 9.8
eda5ca8 is described below

commit eda5ca8ce6eca774aa115c9ff48953f2cff67dc2
Author: Korn, Uwe <Uw...@blue-yonder.com>
AuthorDate: Tue May 1 18:52:50 2018 +0200

    ARROW-2509: Build for node 9.8
    
    This pins the node version and gets us a green build again. We probably need to update some dependencies to get the code working on node 10 (I can reproduce the crash locally)
    
    Author: Korn, Uwe <Uw...@blue-yonder.com>
    
    Closes #1976 from xhochy/ARROW-2509 and squashes the following commits:
    
    7474623f <Korn, Uwe> ARROW-2509: Build for node 9.8
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3850654..015984c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -133,7 +133,7 @@ matrix:
     - if [ $ARROW_CI_INTEGRATION_AFFECTED != "1" ]; then exit; fi
     - $TRAVIS_BUILD_DIR/ci/travis_install_linux.sh
     - $TRAVIS_BUILD_DIR/ci/travis_install_clang_tools.sh
-    - nvm install node
+    - nvm install 9.8
     - $TRAVIS_BUILD_DIR/ci/travis_before_script_js.sh
     - $TRAVIS_BUILD_DIR/ci/travis_before_script_cpp.sh
     script:
@@ -141,7 +141,8 @@ matrix:
   # NodeJS
   - language: node_js
     os: linux
-    node_js: node
+    node_js:
+    - '9.8'
     before_script:
     - if [ $ARROW_CI_JS_AFFECTED != "1" ]; then exit; fi
     - $TRAVIS_BUILD_DIR/ci/travis_install_linux.sh

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.