From dev-return-6207-archive-asf-public=cust-asf.ponee.io@singa.apache.org Sun Sep 6 19:00:22 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id CC4F818025F for ; Sun, 6 Sep 2020 21:00:22 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 09C901214D3 for ; Sun, 6 Sep 2020 19:00:22 +0000 (UTC) Received: (qmail 80746 invoked by uid 500); 6 Sep 2020 19:00:21 -0000 Mailing-List: contact dev-help@singa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.apache.org Delivered-To: mailing list dev@singa.apache.org Received: (qmail 80736 invoked by uid 99); 6 Sep 2020 19:00:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Sep 2020 19:00:21 +0000 From: =?utf-8?q?GitBox?= To: dev@singa.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bsinga=5D_moazreyad_opened_a_new_pull_request_=2379?= =?utf-8?q?0=3A_Remove_Travis_CI?= Message-ID: Date: Sun, 06 Sep 2020 19:00:21 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit moazreyad opened a new pull request #790: URL: https://github.com/apache/singa/pull/790 This PR removes Travis CI since we are using Github Actions now. :octocat: - We will not run the cpp and python lint commands: tool/linting/py.sh tool/linting/cpp.sh Instead we can just use the output of Github's lgtm. Is this fine with everyone? - We do not have a github workflow that publishes the conda packages. If this is required, we can add the [Conda Package Publish Action](https://github.com/marketplace/actions/conda-package-publish-action) at the end of the conda workflow. Assuming there is secrets.ANACONDA_PASSWORD and secrets.ANACONDA_USERNAME defined in the [github secrets](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) of the user who runs this workflow. - Currently the github workflows use the latest Ubuntu only. If it is required to support another older versions, we can add them to the workflow. Travis CI was checking Ubuntu 14.04, 16.04 and 18.04. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org