Skip to content

Commit

Permalink
remove appveyor badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris authored Oct 24, 2019
1 parent 302f64a commit c5128dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# MotifSequenceGenerator


| **Documentation** | **Travis** | **AppVeyor** |
|:--------:|:--------:|:---------------:|
|[![](https://img.shields.io/badge/docs-online-blue.svg)](https://juliamusic.github.io/JuliaMusic_documentation.jl/latest/) | [![Build Status](https://travis-ci.org/JuliaMusic/MotifSequenceGenerator.jl.svg?branch=master)](https://travis-ci.org/JuliaMusic/MotifSequenceGenerator.jl) | [![Build status](https://ci.appveyor.com/api/projects/status/4swi8ey64c82250h?svg=true)](https://ci.appveyor.com/project/JuliaDynamics/motifsequencegenerator-jl)
| **Documentation** | **Travis** |
|:--------:|:--------:|
|[![](https://img.shields.io/badge/docs-online-blue.svg)](https://juliamusic.github.io/JuliaMusic_documentation.jl/latest/) | [![Build Status](https://travis-ci.org/JuliaMusic/MotifSequenceGenerator.jl.svg?branch=master)](https://travis-ci.org/JuliaMusic/MotifSequenceGenerator.jl) |

A julia module to generate random sequences of motifs, under the constrain that the sequence has some given total length.

2 comments on commit c5128dc

@Datseris
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/4679

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" c5128dca0cb5a22a4842d65a522eb056124ed012
git push origin v1.0.0

Please sign in to comment.