You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2020/12/17 10:28:47 UTC

[ignite-teamcity-bot] branch master updated: Fixed travis build.

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

sk0x50 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new f413e0a  Fixed travis build.
f413e0a is described below

commit f413e0a6e7a18f87de2d3c9fb195ee5bff3969b7
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Thu Dec 17 13:28:18 2020 +0300

    Fixed travis build.
---
 .travis.yml | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 86c4a54..7fc9373 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,22 @@
-language: java
-install: true
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
-jdk:
-- oraclejdk8
+dist: trusty
+language: java
+install: skip
+jdk: openjdk8
 
 script:
-- gradle clean build
\ No newline at end of file
+- gradle clean build