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:
[email protected]


Reply via email to