From 24b9f7899ac3c2f813d9551e731b21663a114683 Mon Sep 17 00:00:00 2001 From: Chris de Graaf Date: Thu, 24 Aug 2017 23:00:22 -0500 Subject: [PATCH] Update AppVeyor badge --- README.md | 4 ++-- docs/src/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c642acd..11d1264 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://invenia.github.io/PkgTemplates.jl/stable) [![Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://invenia.github.io/PkgTemplates.jl/latest) [![Build Status](https://travis-ci.org/invenia/PkgTemplates.jl.svg?branch=master)](https://travis-ci.org/invenia/PkgTemplates.jl) -[![Build Status](https://ci.appveyor.com/api/projects/status/github/christopher-dG/PkgTemplates.jl?svg=true)](https://ci.appveyor.com/project/christopher-dG/PkgTemplates-jl) +[![Build Status](https://ci.appveyor.com/api/projects/status/r24xamruqlm88uti?svg=true)](https://ci.appveyor.com/project/christopher-dG/PkgTemplates-jl) [![CodeCov](https://codecov.io/gh/invenia/PkgTemplates.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/invenia/PkgTemplates.jl) **PkgTemplates is a Julia package for creating new Julia packages in an easy, @@ -77,7 +77,7 @@ INFO: Finished WARNING: Remember to push all created branches to your remote: git push --all julia> cd(joinpath(t.dir, "MyPkg")); run(`git ls-tree -r --name-only HEAD`) -.appveyor.yml +.appveyor.yml .gitignore .travis.yml LICENSE diff --git a/docs/src/index.md b/docs/src/index.md index 41abcc9..0dbd793 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -3,7 +3,7 @@ [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://invenia.github.io/PkgTemplates.jl/stable) [![Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://invenia.github.io/PkgTemplates.jl/latest) [![Build Status](https://travis-ci.org/invenia/PkgTemplates.jl.svg?branch=master)](https://travis-ci.org/invenia/PkgTemplates.jl) -[![Build Status](https://ci.appveyor.com/api/projects/status/github/christopher-dG/PkgTemplates.jl?svg=true)](https://ci.appveyor.com/project/christopher-dG/PkgTemplates-jl) +[![Build Status](https://ci.appveyor.com/api/projects/status/r24xamruqlm88uti?svg=true)](https://ci.appveyor.com/project/christopher-dG/PkgTemplates-jl) [![CodeCov](https://codecov.io/gh/invenia/PkgTemplates.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/invenia/PkgTemplates.jl) **PkgTemplates is a Julia package for creating new Julia packages in an easy,