Skip to content

Commit

Permalink
Remove Appveyor CI badge and remove deploying snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Apr 9, 2017
1 parent d3b9de2 commit 128910a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ifndef::awestruct[:uri-docs: http://asciidoctor.org/docs]
// TODO: Fix URLs for badges once CI is configured
ifdef::badges[]
image:https://img.shields.io/travis/asciidoctor/asciidoctorj/master.svg[Build Status (Travis CI), link=https://travis-ci.org/asciidoctor/asciidoctorj-pdf]
image:https://ci.appveyor.com/api/projects/status/syxrlv047esal4n0/branch/master?svg=true[Build Status (AppVeyor), link=https://ci.appveyor.com/project/asciidoctor/asciidoctorj-pdf]
endif::[]

ifdef::awestruct,env-browser[]
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ subprojects {
}
if (statusIsRelease) {
apply from: rootProject.file('gradle/deploy.gradle')
} else if (it.version.endsWith('SNAPSHOT')) {
apply from: rootProject.file('gradle/deploySnapshot.gradle')
}

status = _status
Expand Down

0 comments on commit 128910a

Please sign in to comment.