You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/07/25 01:12:14 UTC

[orc] branch main updated: ORC-863: Upgrade TravisCI from xenial to focal (#765)

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new d566a22  ORC-863: Upgrade TravisCI from xenial to focal (#765)
d566a22 is described below

commit d566a2204db08f1658ddcbb813413c5687489605
Author: William Hyun <wi...@apache.org>
AuthorDate: Sat Jul 24 18:12:05 2021 -0700

    ORC-863: Upgrade TravisCI from xenial to focal (#765)
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade TravisCI from xenial to focal.
    
    
    ### Why are the changes needed?
    Ubuntu 16 (Xenial) is dropped from ORC.
    
    
    ### How was this patch tested?
    Pass the TravisCI.
    
    Co-authored-by: Dongjoon Hyun <do...@apache.org>
---
 .travis.yml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5aff9a6..c29bcd9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
 sudo: false
-dist: xenial
+dist: focal
 addons:
   homebrew:
     packages:
@@ -9,7 +9,6 @@ matrix:
   fast_finish: true
   include:
   - language: java
-    jdk: openjdk8
     env:
     - MAVEN_OPTS=-Xmx2g MAVEN_SKIP_RC=true
     script:
@@ -24,15 +23,6 @@ matrix:
   - language: cpp
     compiler: clang
     os: linux
-    addons:
-      apt:
-         sources:
-           - llvm-toolchain-trusty-4.0
-         packages:
-           - clang-4.0
-    before_script:
-      - export CC=clang-4.0
-      - export CXX=clang++-4.0
 
   - language: cpp
     compiler: clang