Skip to content

Commit

Permalink
Update doc to correct current version (#54)
Browse files Browse the repository at this point in the history
* Update doc to correct current version
* Also add badge to make it easier to tell current version
* Remove JDK 7 from Travis tests

Closes #53
  • Loading branch information
iamthechad committed Feb 18, 2018
1 parent 55da3d1 commit 9ee5175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: groovy
jdk:
- oraclejdk8
- oraclejdk7
script: ./grailsw refresh-dependencies && ./grailsw "test-app -coverage -xml"
after_success:
- ./grailsw coveralls
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[![Current Version](https://img.shields.io/badge/grails%20central-1.7.0-brightgreen.svg)](https://grails.org/plugin/recaptcha)
[![Build Status](https://travis-ci.org/iamthechad/grails-recaptcha.svg?branch=version1_8_0)](https://travis-ci.org/iamthechad/grails-recaptcha)
[![Coverage Status](https://coveralls.io/repos/iamthechad/grails-recaptcha/badge.svg?branch=version1_8_0&service=github)](https://coveralls.io/github/iamthechad/grails-recaptcha?branch=version1_8_0)
[![Stories in Ready](https://badge.waffle.io/iamthechad/grails-recaptcha.png?label=ready&title=Ready)](https://waffle.io/iamthechad/grails-recaptcha)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Badges](http://img.shields.io/:badges-5/5-ff6799.svg)](https://github.com/badges/badgerbadgerbadger)
[![Badges](http://img.shields.io/:badges-6/6-ff6799.svg)](https://github.com/badges/badgerbadgerbadger)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down Expand Up @@ -61,7 +62,7 @@ Add the following to your `grails-app/conf/BuildConfig.groovy`
plugins {
compile ':recaptcha:1.8.0'
compile ':recaptcha:1.7.0'
}

Expand Down

0 comments on commit 9ee5175

Please sign in to comment.