This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemml.git
The following commit(s) were added to refs/heads/master by this push:
new 4e0edec [MINOR] Remove Travis Testing
4e0edec is described below
commit 4e0edec2d19fb28b59b830ac5dee479c8596041f
Author: Sebastian <[email protected]>
AuthorDate: Fri Apr 10 17:16:53 2020 +0200
[MINOR] Remove Travis Testing
The travis testing is removed since our testing is now executed
using Github Actions
The travis testing was only covering the component tests.
Closes #884.
---
.travis.yml | 53 -----------------------------------------------------
1 file changed, 53 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 82101be..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,53 +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.
-#
-
-dist: xenial
-
-language: java
-
-jdk:
- - openjdk8
-
-addons:
-# apt:
-# sources:
-# - r-packages-trusty
-# packages:
-# - r-base-dev
-
-cache:
- apt: true
- directories:
-# caching .m2 causes an error loading hadoop-yarn-common-2.6.0.jar. Not sure
why.
-# - ${HOME}/.m2
-# - ${HOME}/R
-# - /usr/local/lib/R/site-library
-
-install:
-# - sudo Rscript ./src/test/scripts/installDependencies.R
-
-before_script:
-# this is not needed anymore since adding authentication object in code for
running hadoop/spark local
-# - chmod -R 755 *
-
-script:
- # - mvn clean verify jacoco:report coveralls:report
- - mvn test-compile
- - mvn surefire:test -Dtest=org.apache.sysds.test.component.**
-
-after_success:
-# - mvn test jacoco:report coveralls:report
\ No newline at end of file