Skip to content

Commit

Permalink
Add ci prep to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben J. Ward committed Aug 8, 2019
1 parent d30cfb7 commit 55b4be8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ the master branch to try new features before release.

BioSequences is tested against Julia `1.X` on Linux, OS X, and Windows.

[![](https://travis-ci.org/BioJulia/ReadDatastores.jl.svg?branch=master)](https://travis-ci.org/BioJulia/ReadDatastores.jl)
[![](https://travis-ci.com/BioJulia/ReadDatastores.jl.svg?branch=master)](https://travis-ci.com/BioJulia/ReadDatastores.jl)
[![](https://codecov.io/gh/BioJulia/ReadDatastores.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/BioJulia/ReadDatastores.jl)


Expand Down
3 changes: 3 additions & 0 deletions ci_prep.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using Pkg.Registry
Registry.add(Registry.RegistrySpec(url = "https://github.com/JuliaRegistries/General.git"))
Registry.add(Registry.RegistrySpec(url = "https://github.com/BioJulia/BioJuliaRegistry.git"))
File renamed without changes.
26 changes: 26 additions & 0 deletions sticker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55b4be8

Please sign in to comment.