You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2023/03/27 08:47:15 UTC

[incubator-milagro-crypto-c] branch issue114 created (now 8e497d5)

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

kmccusker pushed a change to branch issue114
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git


      at 8e497d5  Update README to make master the default branch

This branch includes the following new commits:

     new 8e497d5  Update README to make master the default branch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-milagro-crypto-c] 01/01: Update README to make master the default branch

Posted by km...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kmccusker pushed a commit to branch issue114
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git

commit 8e497d50ca6bc59f9e6b85d3f8f098dc9d8c8855
Author: kealan <ke...@gmail.com>
AuthorDate: Mon Mar 27 09:46:26 2023 +0100

    Update README to make master the default branch
    
    Update README to make master the default branch.
    Remove travis from build. Remove badges.
---
 .travis.yml | 17 -----------------
 README.md   | 12 ++----------
 2 files changed, 2 insertions(+), 27 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index dd02e97..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-language: clang
-sudo: required
-dist: trusty
-services:
-  - docker
-
-install:
-  - gem install coveralls-lcov
-
-# The fcntl line works around a bug where Travis truncates logs and fails.
-script:
-  - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
-  - make -f Makefile.docker
-  - make -f Makefile.docker buildall
-
-after_success:
-  - coveralls-lcov /home/travis/build/apache/incubator-milagro-crypto-c/target/LINUX_64BIT_COVERAGE/coverage/amcl.info
diff --git a/README.md b/README.md
index f981998..615570f 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,6 @@
 
 # AMCL - *Apache Milagro Crypto Library*
 
-[![Master Branch](https://img.shields.io/badge/-master:-gray.svg)](https://github.com/apache/incubator-milagro-crypto-c/tree/master)
-[![Master Build Status](https://travis-ci.org/apache/incubator-milagro-crypto-c.svg?branch=master)](https://travis-ci.org/apache/incubator-milagro-crypto-c)
-[![Master Coverage Status](https://coveralls.io/repos/github/apache/incubator-milagro-crypto-c/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-milagro-crypto-c?branch=master)
-
-[![Develop Branch](https://img.shields.io/badge/-develop:-gray.svg)](https://github.com/apache/incubator-milagro-crypto-c/tree/develop)
-[![Develop Build Status](https://travis-ci.org/apache/incubator-milagro-crypto-c.svg?branch=develop)](https://travis-ci.org/apache/incubator-milagro-crypto-c)
-[![Develop Coverage Status](https://coveralls.io/repos/github/apache/incubator-milagro-crypto-c/badge.svg?branch=develop)](https://coveralls.io/github/apache/incubator-milagro-crypto-c?branch=develop)
-
 * **category**:    Library
 * **copyright**:   2019 The Apache Software Foundation
 * **license**:     ASL 2.0 ([Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0))
@@ -308,7 +300,7 @@ To format the code (please use this command before submitting any pull request):
 ```
 make format
 ```
-### Contributors 
+### Contributors
 
 The following people have contributed to milagro-crypto-c
 
@@ -322,7 +314,7 @@ Please add yourself here if you make or have made a contribution.
 ### Making a Contribution
 
 1.  [Check for open issues](https://github.com/apache/incubator-milagro-crypto-c/issues) or start a discussion around a feature idea or a bug by sending a mail to dev@milagro.incubator.apache.org
-2.  Fork the repository to start making your changes. Please use the "development" branch as a basis.
+2.  Fork the repository to start making your changes. Please use the master branch as a basis.
 3.  Write a test which shows that the bug was fixed or that the feature works as expected.
 4.  Make a pull request with a reference to the issue