diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b7e4368..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: java - -jdk: - - openjdk8 - -# workaround this issue: https://github.com/travis-ci/travis-ci/issues/6593 -sudo: true - -bundler_args: --retry 3 - -script: mvn verify jacoco:report coveralls:report -DrepoToken=w7KlgSEVtzzJRRCxI84aCx3kwKOy0DR0r - -notifications: - email: - on_sucess: never - on_failure: always \ No newline at end of file diff --git a/readme.md b/readme.md index 162c635..2519680 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ JUnit Extensions ==== -[![Build Status](https://travis-ci.org/glytching/junit-extensions.svg?branch=master)](https://travis-ci.org/glytching/junit-extensions) [![Coverage Status](https://coveralls.io/repos/github/glytching/junit-extensions/badge.svg?branch=master)](https://coveralls.io/github/glytching/junit-extensions?branch=master) [![Scrutinizer](https://img.shields.io/scrutinizer/g/glytching/junit-extensions.svg)](https://scrutinizer-ci.com/g/glytching/junit-extensions/) [![Javadoc](https://javadoc.io/badge2/io.github.glytching/junit-extensions/javadoc.svg)](https://javadoc.io/doc/io.github.glytching/junit-extensions) [![Maven Central](https://img.shields.io/maven-central/v/io.github.glytching/junit-extensions.svg)](https://repo1.maven.org/maven2/io/github/glytching/junit-extensions/2.5.0/) [![GitHub Release](https://img.shields.io/github/release/glytching/junit-extensions.svg)](https://github.com/glytching/junit-extensions/releases) +[![Build Status](https://circleci.com/gh/glytching/junit-extensions.svg?style=svg)](https://circleci.com/gh/glytching/junit-extensions) [![Coverage Status](https://coveralls.io/repos/github/glytching/junit-extensions/badge.svg?branch=master)](https://coveralls.io/github/glytching/junit-extensions?branch=master) [![Scrutinizer](https://img.shields.io/scrutinizer/g/glytching/junit-extensions.svg)](https://scrutinizer-ci.com/g/glytching/junit-extensions/) [![Javadoc](https://javadoc.io/badge2/io.github.glytching/junit-extensions/javadoc.svg)](https://javadoc.io/doc/io.github.glytching/junit-extensions) [![Maven Central](https://img.shields.io/maven-central/v/io.github.glytching/junit-extensions.svg)](https://repo1.maven.org/maven2/io/github/glytching/junit-extensions/2.5.0/) [![GitHub Release](https://img.shields.io/github/release/glytching/junit-extensions.svg)](https://github.com/glytching/junit-extensions/releases) > With thanks and appreciation to the authors of [JUnit5](https://github.com/junit-team/junit5/graphs/contributors).