This is an automated email from the ASF dual-hosted git repository.
samaitra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 4187613 IGNITE-13517 Disable travis build until ignite nightly
snapshots packages are published - Fixes #24.
4187613 is described below
commit 418761346efd9a955668f2ee1a996c16af3cd6d9
Author: samaitra <[email protected]>
AuthorDate: Sat Oct 17 16:24:28 2020 -0500
IGNITE-13517 Disable travis build until ignite nightly snapshots packages
are published - Fixes #24.
Signed-off-by: samaitra <[email protected]>
---
.travis.yml | 46 ----------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 093d36e..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.
-
-matrix:
- include:
- - language: java
- os: linux
- dist: trusty
- install: skip
- jdk: openjdk8
- before_script:
- - echo $JVM_EXTRA_ARGS
- script: mvn clean install
- before_cache: rm -rfv $HOME/.m2/repository/org/apache/ignite
- cache: {directories: [$HOME/.m2/repository]}
-
- - language: java
- os: linux
- dist: trusty
- install: skip
- jdk: openjdk11
- before_script:
- - echo $JVM_EXTRA_ARGS
- - |
- export JVM_EXTRA_ARGS='--illegal-access=permit
- --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED
- --add-exports=java.base/sun.nio.ch=ALL-UNNAMED
- --add-exports=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED
- --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
-
--add-exports=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED
- -Djdk.tls.client.protocols=TLSv1.2'
- script: mvn clean install
- before_cache: rm -rfv $HOME/.m2/repository/org/apache/ignite
- cache: {directories: [$HOME/.m2/repository]}