You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dm...@apache.org on 2020/06/08 13:39:53 UTC

[hive] branch master updated: [HIVE-23000] Improve travis.yml (Philipp Dallig, Reviewed by Zoltan Haindrich)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46c9d6e  [HIVE-23000] Improve travis.yml (Philipp Dallig, Reviewed by Zoltan Haindrich)
46c9d6e is described below

commit 46c9d6eb9798bfcc575803f5e66d8537d9177c16
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Mon Jun 8 15:39:44 2020 +0200

    [HIVE-23000] Improve travis.yml (Philipp Dallig, Reviewed by Zoltan Haindrich)
---
 .travis.yml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d53cfc1..e576542 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# https://docs.travis-ci.com/user/ci-environment/
+# https://docs.travis-ci.com/user/reference/overview/
 # trusty - 7.5GB memory and 2 cores
-sudo: required
-dist: trusty
+dist: bionic
 
 # travis performs a shallow clone by default, in case of any issues
 # that requires full git history, enable this
@@ -25,7 +24,7 @@ dist: trusty
 
 language: java
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 # disabling cache for /home/travis/.m2/repository/org/apache/hive/hive-jdbc/3.0.0-SNAPSHOT/hive-jdbc-3.0.0-SNAPSHOT-standalone.jar (Permission denied)
 #cache:
@@ -36,11 +35,6 @@ env:
   MAVEN_SKIP_RC=true
   MAVEN_OPTS="-Xmx2g"
 
-# workaround added: https://github.com/travis-ci/travis-ci/issues/4629
-before_install:
-  - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
-
-
-install: true
+install: skip
 
 script: mvn clean install -DskipTests -q -Pitests