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

kszucs 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 3ef18c6  ARROW-4991: [CI] Bump travis node version to 11.12
3ef18c6 is described below

commit 3ef18c6165e357d99db26759b2c07c9bfe3201d9
Author: Brian Hulette <[email protected]>
AuthorDate: Thu Mar 21 20:57:30 2019 +0100

    ARROW-4991: [CI] Bump travis node version to 11.12
    
    I jumped the gun on #4006 and broke CI
    
    Author: Brian Hulette <[email protected]>
    
    Closes #4008 from TheNeuralBit/travis-node and squashes the following 
commits:
    
    d581e6a8 <Brian Hulette> Bump travis node version to 11.12
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f5b6fd7..e6ebd5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -235,7 +235,7 @@ matrix:
     - if [ $ARROW_CI_INTEGRATION_AFFECTED != "1" ]; then exit; fi
     - $TRAVIS_BUILD_DIR/ci/travis_install_clang_tools.sh
     - $TRAVIS_BUILD_DIR/ci/travis_install_linux.sh
-    - nvm install 11.6
+    - nvm install 11.12
     - $TRAVIS_BUILD_DIR/ci/travis_before_script_js.sh
     - $TRAVIS_BUILD_DIR/ci/travis_before_script_cpp.sh
     script:
@@ -246,7 +246,7 @@ matrix:
     language: node_js
     os: linux
     node_js:
-    - '11.6'
+    - '11.12'
     before_script:
     - if [ $ARROW_CI_JS_AFFECTED != "1" ]; then exit; fi
     - $TRAVIS_BUILD_DIR/ci/travis_install_linux.sh

Reply via email to